Home
last modified time | relevance | path

Searched refs:LIBCXX_SUPPORT_LIB (Results 1 – 1 of 1) sorted by relevance

/ndk/build/tools/
Dmake-standalone-toolchain.sh418 LIBCXX_SUPPORT_LIB=libc++abi
426 dump "Copying c++ runtime headers and libraries (with $LIBCXX_SUPPORT_LIB)..."
454 if [ "$LIBCXX_SUPPORT_LIB" = "gabi++" ]; then
457 elif [ "$LIBCXX_SUPPORT_LIB" = "libc++abi" ]; then
461 dump "ERROR: Unknown libc++ support lib: $LIBCXX_SUPPORT_LIB"