Closed 05nelsonm closed 10 months ago
This will require:
task.sh package
to generate resources to external/build/package
instead of library/kmp-tor-binary
external/build/package
does not contain the expected resources so that runtime references are met.UPDATE: Instead of going through the trouble of creating a task, I documented in the release notes a step to check error reports for any resource errors.
Need to compile a little Hello World
program for android mock resources for the jniLibs
A gradle task should be run at build time to look for available binaries within the
external/build
directory and package them to the/build
directory of that project module. In the event a lib does not exist, it should generate a stub so that runtime has something to reference.Need to move
task.sh package
to gradle so we're not blowing up version control.