OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMPILER_RT_SUBDIR
(Results
1 - 6
of
6
) sorted by null
/ndk/build/tools/
build-compiler-rt.sh
33
<ndk>/$
COMPILER_RT_SUBDIR
, but you can override this with the --out-dir=<path>
203
DSTDIR=$NDK_DIR/$
COMPILER_RT_SUBDIR
/libs/$ABI
241
FILES="$FILES $
COMPILER_RT_SUBDIR
/libs/$ABI/$LIB"
dev-cleanup.sh
48
rm -rf $DIR/$
COMPILER_RT_SUBDIR
dev-defaults.sh
32
COMPILER_RT_SUBDIR
=sources/android/compiler-rt
package-release.sh
494
if [ -d "$DSTDIR/$
COMPILER_RT_SUBDIR
" ]; then
497
copy_prebuilt "$
COMPILER_RT_SUBDIR
/libs/$COMPILER_RT_ABI" "$
COMPILER_RT_SUBDIR
/libs"
build-on-device-toolchain.sh
93
cp -f $NDK_DIR/$
COMPILER_RT_SUBDIR
/libs/$ABI/libcompiler_rt_static.a $OUT_SYSROOT/usr/lib
make-standalone-toolchain.sh
403
cp -a $NDK_DIR/$
COMPILER_RT_SUBDIR
/libs/$ABI/* $TMPDIR/sysroot/usr/lib
Completed in 285 milliseconds