We were incorrectly including a directory containing build artifacts from a previous Xcode build. This happened to work by coincidence, but is not the right directory. Now we include the directory created by corrosion containing the correct native_rust_library source files.
Details
Details
cd native/android && ./gradlew bundleDebug && ./gradlew bundleRelease
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
native/android/app/CMakeLists.txt | ||
---|---|---|
134 ↗ | (On Diff #17909) | Looks monstrous, but seems we can't get rid of this. |
native/android/app/CMakeLists.txt | ||
---|---|---|
134 ↗ | (On Diff #17909) | +1 |
native/android/app/CMakeLists.txt | ||
---|---|---|
134 ↗ | (On Diff #17909) | If this path is generated at build time, using ${CMAKE_CURRENT_BINARY_DIR}/.cxx is probably the best practice. This should only make a difference if we do add_subdirectory(native/android/app). But it's just avoid that potential pain. |
Comment Actions
Created linear task to follow up on Jon's comment
native/android/app/CMakeLists.txt | ||
---|---|---|
134 ↗ | (On Diff #17909) |