Page MenuHomePhabricator

[Native] Remove CMake installation logic from native/cpp
ClosedPublic

Authored by jon on Feb 1 2023, 12:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 15, 1:31 AM
Unknown Object (File)
Mon, Apr 15, 1:31 AM
Unknown Object (File)
Mon, Apr 15, 1:30 AM
Unknown Object (File)
Mon, Apr 15, 1:28 AM
Unknown Object (File)
Feb 26 2024, 8:57 PM
Unknown Object (File)
Feb 24 2024, 5:09 AM
Unknown Object (File)
Feb 22 2024, 12:38 PM
Unknown Object (File)
Feb 22 2024, 9:27 AM
Subscribers

Details

Summary

Not strictly needed since we don't install the
native cpp modules separately.

add_subdirectory was added to android/app/CMakeLists.txt
to ensure that the CMake logic is compatible.

Depends on D6484

Test Plan

Android gate passes

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ashoat added inline comments.
native/android/app/CMakeLists.txt
107–113 ↗(On Diff #21780)

Will the add_subdirectory conflict at all with these lines?

This revision is now accepted and ready to land.Feb 1 2023, 1:06 PM
jon added inline comments.
native/android/app/CMakeLists.txt
107–113 ↗(On Diff #21780)

No, it just reads the cmake files, but shouldn't affect the libcomm-jni that we produce.

This revision was automatically updated to reflect the committed changes.
jon marked an inline comment as done.