CMake/Tests/RunCMake/AndroidMK
Brad King dda6775c94 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++.
2016-10-07 15:02:42 -04:00
..
AndroidMK-check.cmake Add support for creating prebuilt Android.mk files 2016-09-13 12:47:43 -04:00
AndroidMK.cmake Android: Record use of C++ by static libs in exported Android.mk files 2016-10-07 15:02:42 -04:00
CMakeLists.txt Add support for creating prebuilt Android.mk files 2016-09-13 12:47:43 -04:00
RunCMakeTest.cmake Add support for creating prebuilt Android.mk files 2016-09-13 12:47:43 -04:00
bar.c Android: Record use of C++ by static libs in exported Android.mk files 2016-10-07 15:02:42 -04:00
expectedBuildAndroidMK.txt Android: Record use of C++ by static libs in exported Android.mk files 2016-10-07 15:02:42 -04:00
expectedInstallAndroidMK.txt Android: Record use of C++ by static libs in exported Android.mk files 2016-10-07 15:02:42 -04:00
foo.cxx Add support for creating prebuilt Android.mk files 2016-09-13 12:47:43 -04:00