Use the CMake native modules target instead of
including the sources directly.
Details
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Can you modify the Test Plan to include running / playing around with the Android app? I want to make sure it doesn't eg. crash on start, etc.
As always, encourage you to try to reach further in your Test Plan – instead of just testing the immediate / obvious thing, ask yourself how this impacts the product, and test the part of the product that it will impact
Need to compile the .so's for the native libraries, then make their symbols available to jni with system.loadLibrary()
Can you modify the Test Plan to include running / playing around with the Android app? I want to make sure it doesn't eg. crash on start, etc.
Sorry, the intel mac just goes to 100% fans and does nothing. Switching to the m1 allowed me to make progress; determined that the jni was failing to load symbols as they were previously part of the libcomm_jni_module, but now part of a separate libcomm-native-modules library.