-
- Downloads
Android: Select the STL type for NDK builds
Populate standard include directories and link libraries for the platform. Select the STL corresponding to CMAKE_ANDROID_STL_TYPE and matching the current ABI and toolchain to be used. Refer to the NDK sources/cxx-stl/*/Android.mk files for the needed file locations.
Showing
- Modules/Platform/Android-Common.cmake 106 additions, 0 deletionsModules/Platform/Android-Common.cmake
- Modules/Platform/Android/ndk-stl-c++.cmake 13 additions, 0 deletionsModules/Platform/Android/ndk-stl-c++.cmake
- Modules/Platform/Android/ndk-stl-c++_shared.cmake 4 additions, 0 deletionsModules/Platform/Android/ndk-stl-c++_shared.cmake
- Modules/Platform/Android/ndk-stl-c++_static.cmake 6 additions, 0 deletionsModules/Platform/Android/ndk-stl-c++_static.cmake
- Modules/Platform/Android/ndk-stl-gabi++.cmake 7 additions, 0 deletionsModules/Platform/Android/ndk-stl-gabi++.cmake
- Modules/Platform/Android/ndk-stl-gabi++_shared.cmake 4 additions, 0 deletionsModules/Platform/Android/ndk-stl-gabi++_shared.cmake
- Modules/Platform/Android/ndk-stl-gabi++_static.cmake 4 additions, 0 deletionsModules/Platform/Android/ndk-stl-gabi++_static.cmake
- Modules/Platform/Android/ndk-stl-gnustl.cmake 9 additions, 0 deletionsModules/Platform/Android/ndk-stl-gnustl.cmake
- Modules/Platform/Android/ndk-stl-gnustl_shared.cmake 4 additions, 0 deletionsModules/Platform/Android/ndk-stl-gnustl_shared.cmake
- Modules/Platform/Android/ndk-stl-gnustl_static.cmake 4 additions, 0 deletionsModules/Platform/Android/ndk-stl-gnustl_static.cmake
- Modules/Platform/Android/ndk-stl-none.cmake 2 additions, 0 deletionsModules/Platform/Android/ndk-stl-none.cmake
- Modules/Platform/Android/ndk-stl-stlport.cmake 7 additions, 0 deletionsModules/Platform/Android/ndk-stl-stlport.cmake
- Modules/Platform/Android/ndk-stl-stlport_shared.cmake 4 additions, 0 deletionsModules/Platform/Android/ndk-stl-stlport_shared.cmake
- Modules/Platform/Android/ndk-stl-stlport_static.cmake 4 additions, 0 deletionsModules/Platform/Android/ndk-stl-stlport_static.cmake
- Modules/Platform/Android/ndk-stl-system.cmake 6 additions, 0 deletionsModules/Platform/Android/ndk-stl-system.cmake
Modules/Platform/Android/ndk-stl-c++.cmake
0 → 100644
Modules/Platform/Android/ndk-stl-none.cmake
0 → 100644
Please register or sign in to comment