Home
last modified time | relevance | path

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

/ndk/build/tools/
Ddev-cleanup.sh48 rm -rf $DIR/$SUPPORT_SUBDIR/libs
Ddev-defaults.sh39 SUPPORT_SUBDIR=sources/android/support
Dmake-standalone-toolchain.sh420 SUPPORT_DIR=$NDK_DIR/$SUPPORT_SUBDIR
/ndk/sources/cxx-stl/gnu-libstdc++/
Dbuild-gnu-libstdc++.sh220 CFLAGS="$CFLAGS -I$NDK_DIR/$SUPPORT_SUBDIR/include"
221 CXXFLAGS="$CXXFLAGS -I$NDK_DIR/$SUPPORT_SUBDIR/include"
222 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -L$NDK_DIR/$SUPPORT_SUBDIR/libs/$ABI -landroid_support"