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
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage
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) |
I actually think this is a bit too small. But that's what's in the design.
https://www.figma.com/file/L675ETKDnGaSwlpZAw4MIC/Mobile-App?node-id=351%3A455
@ashoat - I think 16px looks better.