Home | History | Annotate | Download | only in tools

Lines Matching refs:STL

17 #  This shell script is used to rebuild one of the NDK C++ STL
39 Use the --stl=<name> option to specify which runtime you want to rebuild.
51 <ndk>/sources/cxx-stl/$CXX_STL_SUBDIR, but you can override this with
56 register_var_option "--stl=<name>" CXX_STL "Select C++ runtime to rebuild."
111 # Check that --stl=<name> is used with one of the supported runtime names.
113 panic "Please use --stl=<name> to select a C++ runtime to rebuild."
116 for STL in $CXX_STL_LIST; do
117 if [ "$STL" = "$CXX_STL" ]; then
123 panic "Invalid --stl value ('$CXX_STL'), please use one of: $CXX_STL_LIST."
368 panic "Internal error: Unknown STL name '$CXX_STL'"