OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIBPORTABLE_SUBDIR
(Results
1 - 6
of
6
) sorted by null
/ndk/build/tools/
build-libportable.sh
39
<ndk>/$
LIBPORTABLE_SUBDIR
, but you can override this with the --out-dir=<path>
98
LIBPORTABLE_SRCDIR_BASE=$ANDROID_NDK_ROOT/../development/ndk/$
LIBPORTABLE_SUBDIR
133
DSTDIR=$NDK_DIR/$
LIBPORTABLE_SUBDIR
/libs/$ABI
181
FILES="$
LIBPORTABLE_SUBDIR
/libs/$ABI/libportable.*"
dev-cleanup.sh
47
rm -rf $DIR/$
LIBPORTABLE_SUBDIR
dev-defaults.sh
29
LIBPORTABLE_SUBDIR
=sources/android/libportable
build-on-device-toolchain.sh
89
cp -f $NDK_DIR/$
LIBPORTABLE_SUBDIR
/libs/$ABI/libportable.a $OUT_SYSROOT/usr/lib
90
cp -f $NDK_DIR/$
LIBPORTABLE_SUBDIR
/libs/$ABI/libportable.wrap $OUT_SYSROOT/usr/lib
package-release.sh
485
if [ -d "$DSTDIR/$
LIBPORTABLE_SUBDIR
" ]; then
488
copy_prebuilt "$
LIBPORTABLE_SUBDIR
/libs/$LIBPORTABLE_ABI" "$
LIBPORTABLE_SUBDIR
/libs"
make-standalone-toolchain.sh
401
cp -a $NDK_DIR/$
LIBPORTABLE_SUBDIR
/libs/$ABI/* $TMPDIR/sysroot/usr/lib
Completed in 106 milliseconds