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."
121 if [ -z "$CXX_STL" ]; then
127 case $CXX_STL in
135 CXX_STL=libc++
139 CXX_STL=libc++
142 panic "Invalid --stl value ('$CXX_STL'), please use one of: $CXX_STL_LIST."
147 BUILD_DIR=$NDK_TMPDIR/build-$CXX_STL
175 if [ "$CXX_STL" = "libc++" ]; then
185 if [ "$CXX_STL" = "libc++" ]; then
[all …]