rive-app / rive-android

A runtime for interactive animations on Android
https://rive.app
MIT License
350 stars 31 forks source link

Add a debug build for Skia, bump cpp #246

Closed umberto-sonnino closed 2 years ago

umberto-sonnino commented 2 years ago

With this setup we have a debug version of Skia building for our JNI bridge. We're also now generating debug/release subfolders for each build configuration. This should make the iteration on Skia much faster (no more 1m30s pauses on linking without -flto=full) I also decided to move make_skia_android.sh script in this repo, like we're doing with the recorder. I'll remove it from rive-cpp with a separate PR after this is merged.

Also: bump to the latest rive-cpp and build libs.

Fixes #247