OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GNUSTL_SUBDIR
(Results
1 - 6
of
6
) sorted by null
/ndk/build/tools/
build-gnu-libstdc++.sh
42
<ndk>/$
GNUSTL_SUBDIR
/<gcc-version>, but you can override this with the --out-dir=<path>
111
local DSTDIR=$NDK_DIR/$
GNUSTL_SUBDIR
/$GCC_VERSION/libs/$ABI/$THUMB
249
local DDIR="$NDK_DIR/$
GNUSTL_SUBDIR
/$GCC_VERSION"
295
pack_archive "$PACKAGE" "$NDK_DIR" "$
GNUSTL_SUBDIR
/$VERSION/include"
301
FILES="$FILES $
GNUSTL_SUBDIR
/$VERSION/libs/$ABI/$LIB"
302
THUMB_FILE="$
GNUSTL_SUBDIR
/$VERSION/libs/$ABI/thumb/$LIB"
dev-cleanup.sh
45
rm -rf $DIR/$
GNUSTL_SUBDIR
/$VERSION
dev-defaults.sh
22
GNUSTL_SUBDIR
=sources/cxx-stl/gnu-libstdc++
build-on-device-toolchain.sh
97
cp -f $NDK_DIR/$
GNUSTL_SUBDIR
/$GCC_TOOLCHAIN_VERSION/libs/$ABI/libsupc++.a $OUT_SYSROOT/usr/lib
98
cp -f $NDK_DIR/$
GNUSTL_SUBDIR
/$GCC_TOOLCHAIN_VERSION/libs/$ABI/libgnustl_static.a $OUT_SYSROOT/usr/lib
99
cp -f $NDK_DIR/$
GNUSTL_SUBDIR
/$GCC_TOOLCHAIN_VERSION/libs/$ABI/libgnustl_shared.so $OUT_SYSROOT/usr/lib
package-release.sh
479
copy_prebuilt "$
GNUSTL_SUBDIR
/$VERSION/include" "$
GNUSTL_SUBDIR
/$VERSION/"
481
copy_prebuilt "$
GNUSTL_SUBDIR
/$VERSION/libs/$STL_ABI" "$
GNUSTL_SUBDIR
/$VERSION/libs"
make-standalone-toolchain.sh
408
GNUSTL_DIR=$NDK_DIR/$
GNUSTL_SUBDIR
/$GCC_VERSION
Completed in 34 milliseconds