Home | History | Annotate | Download | only in tests

Lines Matching refs:STL

134 # $5: STL
141 local STL=$5
143 echo ${STANDALONE_TMPDIR}/android-ndk-api${API}-${ARCH}-${TAG}-${GCC_VERSION}-${STL}
151 # $6: STL
159 local STL=$6
164 --install-dir=$(standalone_path $TAG $API $ARCH $GCC_VERSION $STL) \
168 --stl=$STL)
178 for STL in gnustl stlport; do
181 dump "### [$TAG] Making $ARCH gcc-$GCC_VERSION/clang$LLVM_VERSION standalone toolchain STL=$STL"
182 make_standalone $TAG $API $ARCH $GCC_VERSION $LLVM_VERSION $STL
187 --prefix=$(standalone_path $TAG $API $ARCH $GCC_VERSION $STL)/bin/$(get_default_toolchain_prefix_for_arch $ARCH)-gcc)
190 dump "### [$TAG] Testing clang$LLVM_VERSION in $ARCH gcc-$GCC_VERSION standalone toolchain STL=$STL"
193 --prefix=$(standalone_path $TAG $API $ARCH $GCC_VERSION $STL)/bin/clang)
194 rm -rf $(standalone_path $TAG $API $ARCH $GCC_VERSION $STL)