-
- Downloads
Android: Record use of C++ by static libs in exported Android.mk files
When a `PREBUILT_STATIC_LIBRARY` uses C++ in its sources then the `.a` file will have a link-time dependency on the C++ runtime libraries. Android NDK r14 will add a way to give this information to the NDK build system by adding a `LOCAL_HAS_CPP` setting to the `Android.mk` file. Add this for exported static libraries that use C++.
Showing
- Source/cmExportBuildAndroidMKGenerator.cxx 12 additions, 0 deletionsSource/cmExportBuildAndroidMKGenerator.cxx
- Tests/RunCMake/AndroidMK/AndroidMK.cmake 1 addition, 1 deletionTests/RunCMake/AndroidMK/AndroidMK.cmake
- Tests/RunCMake/AndroidMK/bar.c 3 additions, 0 deletionsTests/RunCMake/AndroidMK/bar.c
- Tests/RunCMake/AndroidMK/expectedBuildAndroidMK.txt 3 additions, 0 deletionsTests/RunCMake/AndroidMK/expectedBuildAndroidMK.txt
- Tests/RunCMake/AndroidMK/expectedInstallAndroidMK.txt 3 additions, 0 deletionsTests/RunCMake/AndroidMK/expectedInstallAndroidMK.txt
Tests/RunCMake/AndroidMK/bar.c
0 → 100644
Please register or sign in to comment