Skip to content

Build debug version of libroc when building debug AAR #56

Description

@gavv

We build two versions of AAR, debug and release, and both use release version of native libroc.so.

It would be convenient to build debug version of libroc, and use it in debug version of AAR. Debug version of libroc should have better stacktraces.

libroc is built using scripts/android/build_roc.sh. Currently it builds 4 versions of the lib (for 4 android ABIs). Now it'll need to build 8 versions (debug + release for each ABI), and gradle will need to use appropriate version.

To enable debugging, pass --enable-debug option to scons.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions