Update native CMake logic to include addition of the
native_rust_library and another react-native header.
The native modules needs to be references as a CMake target
to avoid usage of GLOB_RECURSIVE in our Android build.
Differential D6108
[Native] Fix native modules CMake build • jon on Dec 29 2022, 12:03 PM. Authored by Tags None Referenced Files
Details
Update native CMake logic to include addition of the The native modules needs to be references as a CMake target cd native/cpp/CommonCpp/ rm -rf build && mkdir build && cd build && cmake .. && make -j
Diff Detail
Event TimelineComment Actions We're moving these out from native/android/app/CMakeLists.txt, yeah? It might make review easier if you try to find a way you can do the additions and removals in the same diff – then it becomes easier to grok what's going on as a reviewer. Not always possible though Comment Actions
Correct, mention it in the second part of the summary.
It's going to be quite large if I do that. I would really like to avoid having 100+ line diffs which no one wants to review. Comment Actions This compiles for me
|