• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1ifeq ($(NDK_TOOLCHAIN_VERSION), clang)
2APP_STL := c++_shared
3else
4APP_STL := stlport_shared
5endif
6APP_PLATFORM := android-12
7