Searched refs:STL (Results 1 - 6 of 6) sorted by relevance

/ndk/tests/device/multi-static-instances/jni/
H A DApplication.mk4 # that are linked to different STL runtimes.
/ndk/tests/
H A Drun-tests-all.sh144 # $5: STL
151 local STL=$5
153 echo ${STANDALONE_TMPDIR}/android-ndk-api${API}-${ARCH}-${TAG}-${GCC_VERSION}-${STL}
161 # $6: STL
169 local STL=$6
174 --install-dir=$(standalone_path $TAG $API $ARCH $GCC_VERSION $STL) \
178 --stl=$STL)
204 for STL in gnustl stlport libc++; do
207 dump "### [$TAG] Making $ARCH gcc-$GCC_VERSION/clang$LLVM_VERSION standalone toolchain STL=$STL"
[all...]
/ndk/build/tools/
H A Dbuild-device-llvm.sh50 STL=gnustl
51 register_var_option "--stl=<name>" STL "Specify C++ STL"
149 dump "Rebuild for ABI $abi with $STL"
185 --stl=$STL \
194 run cp -f $BUILD_OUT/ndk-standalone-$arch/$toolchain_prefix/lib/lib${STL}_shared.so $TOOLCHAIN_BUILD_PREFIX/$abi
205 EXTRA_LLVM_CONFIG="--enable-shared --with-extra-ld-options=\"-l${STL}_shared\""
248 CXX="$CXX -l${STL}_shared"
H A Dmake-standalone-toolchain.sh34 STL=gnustl
35 register_var_option "--stl=<name>" STL "Specify C++ STL"
173 if [ "$STL" != stlport ]; then
175 STL=stlport
571 if [ "$STL" = "libcxx" -o "$STL" = "libc++" ]; then
591 # Copy common STL headers (i.e. the non-arch-specific ones)
593 case $STL in
640 case $STL i
[all...]
/ndk/build/core/
H A Ddefinitions.mk1957 # C++ STL support
1960 # The list of registered STL implementations we support
1963 # Used internally to register a given STL implementation, see below.
1965 # $1: STL name as it appears in APP_STL (e.g. system)
1966 # $2: STL module name (e.g. cxx-stl/system)
1978 # $1: STL name as it apperas in APP_STL (e.g. 'system')
1987 # select the STL implementation.
1988 # $1: STL name as it appears in APP_STL (e.g. system)
1994 # proper STL dependencies to every C++ module.
1995 # $1: STL nam
[all...]
H A Dbuild-binary.mk395 # If we're using the 'system' STL and use rtti or exceptions, then

Completed in 96 milliseconds