Home
last modified time | relevance | path

Searched refs:CXX_STL (Results 1 – 1 of 1) sorted by relevance

/ndk/build/tools/
Dbuild-cxx-stl.sh55 CXX_STL=
56 register_var_option "--stl=<name>" CXX_STL "Select C++ runtime to rebuild."
129 if [ -z "$CXX_STL" ]; then
135 case $CXX_STL in
145 CXX_STL=libc++
149 CXX_STL=libc++
152 panic "Invalid --stl value ('$CXX_STL'), please use one of: $CXX_STL_LIST."
157 BUILD_DIR=$NDK_TMPDIR/build-$CXX_STL
191 if [ "$CXX_STL" = "libc++" ]; then
201 if [ "$CXX_STL" = "libc++" ]; then
[all …]