Sign in
android
/
platform
/
ndk
/
HEAD
/
.
/
tests
/
build
/
cmake_system_stl
/
test_config.py
blob: c37c8e713701a86f03079807dfa610f11bcb2575 [
file
] [
log
] [
blame
]
def
extra_cmake_flags
():
return
[
"-DANDROID_STL=system"
,
"-DANDROID_CPP_FEATURES=no-rtti no-exceptions"
]