Lines Matching refs:CXX_STL
55 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
444 case $CXX_STL in
466 panic "Internal error: Unknown STL name '$CXX_STL'"
601 if [ "$CXX_STL" != "gabi++" ]; then
617 if [ "$CXX_STL" = "libc++" ]; then
652 if [ "$CXX_STL" = "libc++" ]; then
654 elif [ "$CXX_STL" = "stlport" ]; then
657 panic "Unknown STL: $CXX_STL"
664 fail_panic "Could not package $CXX_STL binaries!"