HomeSort by relevance Sort by last modified time
    Searched refs:SYSROOT (Results 1 - 15 of 15) sorted by null

  /ndk/tests/standalone/
run.sh 53 SYSROOT=
70 --no-sysroot)
79 --sysroot=*)
80 SYSROOT=$optarg
109 echo "The script will automatically use an NDK-provided sysroot, but you can specify an"
110 echo "alternate one with the --sysroot=<path> option. You can also use --no-sysroot if"
111 echo "the toolchain already provides its own sysroot (e.g. if it is a standalone toolchain"
134 echo " --sysroot=<path> Specify alternate sysroot.
    [all...]
  /ndk/build/tools/
build-gdbserver.sh 37 NOTE: The --platform option is ignored if --sysroot is used."
49 SYSROOT=
50 if [ -d $TOOLCHAIN_PATH/sysroot ] ; then
51 SYSROOT=$TOOLCHAIN_PATH/sysroot
53 register_var_option "--sysroot=<path>" SYSROOT "Specify sysroot directory directly"
132 fix_sysroot "$SYSROOT"
133 log "Using sysroot: $SYSROOT
    [all...]
build-gnu-libstdc++.sh 105 local ARCH BINPREFIX SYSROOT GNUSTL_SRCDIR
138 SYSROOT=$NDK_DIR/$(get_default_platform_sysroot_for_arch $ARCH)
140 if [ ! -f "$SYSROOT/usr/lib/libc.a" ]; then
141 echo "ERROR: Empty sysroot! you probably need to run gen-platforms.sh before this script."
144 if [ ! -f "$SYSROOT/usr/lib/libc.so" ]; then
145 echo "ERROR: Sysroot misses shared libraries! you probably need to run gen-platforms.sh"
166 export CFLAGS="-fPIC $CFLAGS --sysroot=$SYSROOT -fexceptions -funwind-tables -D__BIONIC__ -O2 $EXTRA_FLAGS"
167 export CXXFLAGS="-fPIC $CXXFLAGS --sysroot=$SYSROOT -fexceptions -frtti -funwind-tables -D__BIONIC__ -O2 $EXTRA_FLAGS
    [all...]
builder-funcs.sh 452 local ARCH UNKNOWN_ARCH PLATFORM SYSROOT FLAGS
467 SYSROOT=$NDK_DIR/platforms/android-$PLATFORM/arch-$ARCH
481 SYSROOT=$NDK_DIR/$(get_default_platform_sysroot_for_arch $ARCH)
483 CRTBEGIN_EXE_O=$SYSROOT/usr/lib/crtbegin_dynamic.o
484 CRTEND_EXE_O=$SYSROOT/usr/lib/crtend_android.o
486 CRTBEGIN_SO_O=$SYSROOT/usr/lib/crtbegin_so.o
487 CRTEND_SO_O=$SYSROOT/usr/lib/crtend_so.o
532 builder_cflags "--sysroot=$SYSROOT"
533 builder_cxxflags "--sysroot=$SYSROOT
    [all...]
build-ndk-sysroot.sh 17 # build-ndk-sysroot.sh
19 # collect files from an Android tree to assemble a sysroot suitable for
22 # after that, you may use build/tools/package-ndk-sysroot.sh to package
25 # NOTE: this is different from the Android toolchain original build-sysroot.sh
76 echo "Collect files from an Android build tree and assembles a sysroot"
84 echo " --platform=<name> generate sysroot for platform <name> (default is $PLATFORM)"
85 echo " --abi=<name> generate sysroot for abi <name> (default is $ABI)"
87 echo " --package generate sysroot package tarball"
134 SYSROOT=$NDK_ROOT/build/platforms/$PLATFORM/arch-$ABI
137 # clean up everything in existing sysroot
    [all...]
build-stlport.sh 159 local ARCH BINPREFIX SYSROOT
prebuilt-common.sh 525 # If SYSROOT is empty, check that $1/$2 contains a sysroot
528 # $1: sysroot path
532 if [ -z "$SYSROOT" ] ; then
533 log "Probing directory for sysroot: $1/$2"
535 SYSROOT=$1/$2
540 # Determine sysroot
546 eval SYSROOT="$1"
547 log "Using specified sysroot: $1"
550 SYSROOT
    [all...]
build-gcc.sh 43 register_var_option "--sysroot=<path>" OPTION_SYSROOT "Specify sysroot directory directly"
182 # Without option "--sysroot" (and its variations), GCC will attempt to
183 # search path specified by "--with-sysroot" at build time for headers/libs.
184 # Path at --with-sysroot contains minimal headers and libs to boostrap
186 # sysroot at specified API level,and Android build explicit lists header/lib
189 # It's better to point --with-sysroot to local directory otherwise the
195 # For canadian build --with-sysroot has to be sub-directory of --prefix.
200 TOOLCHAIN_BUILD_SYSROOT=$TOOLCHAIN_BUILD_PREFIX/sysroot
201 dump "Sysroot : Copying: $SYSROOT --> $TOOLCHAIN_BUILD_SYSROOT
    [all...]
build-host-prebuilts.sh 101 fail_panic "Could not generate minimal sysroot!"
183 SYSROOT=$TMPREMOTE/ndk/platforms/android-$(get_default_api_level_for_arch $ARCH)/arch-$ARCH
gen-platforms.sh 150 echo "Use the --minimal flag if you want to generate minimal sysroot directories"
266 # $3: description of directory contents (e.g. "sysroot" or "samples")
410 local SYSROOT="$3"
411 local DSTDIR="$DSTDIR/$SYSROOT/usr/lib"
564 # Copy platform sysroot and samples into your destination
629 copy_src_directory $PLATFORM_SRC/arch-$ARCH/lib $SYSROOT_DST/lib "$ARCH sysroot libs"
644 copy_src_directory $PLATFORM_SRC/arch-$ARCH/lib-bootstrap $SYSROOT_DST/lib "$ARCH sysroot libs (boostrap)"
build-host-gcc.sh 722 try_host_prefix "$DARWIN_TOOLCHAIN" -m$(tag_to_bits $1) --sysroot "$DARWIN_SYSROOT"
    [all...]
  /external/llvm/utils/crosstool/ARM/
build-install-linux.sh 34 readonly SYSROOT="${CODE_SOURCERY_ROOT}/${CROSS_TARGET}/libc"
117 if [[ ! -d "${SYSROOT}" ]]; then
119 echo "${SYSROOT} not found."
184 --with-sysroot=${SYSROOT}
  /external/opencv/
Android.mk 11 LOCAL_LDLIBS := -L$(SYSROOT)/usr/lib -ldl
59 LOCAL_LDLIBS := -L$(SYSROOT)/usr/lib -ldl
141 LOCAL_LDLIBS := -L$(SYSROOT)/usr/lib -ldl
205 LOCAL_LDLIBS := -L$(SYSROOT)/usr/lib -ldl
240 LOCAL_LDLIBS := -L$(SYSROOT)/usr/lib -ldl -ljpeg
271 LOCAL_LDLIBS := -L$(SYSROOT)/usr/lib -ldl -llog \
  /packages/apps/LegacyCamera/jni/
Android.mk 44 #LOCAL_LDLIBS := -L$(SYSROOT)/usr/lib -ldl -llog -lGLESv2 -L$(TARGET_OUT)
  /external/jmonkeyengine/engine/src/bullet-native/android/
Android.mk 70 LOCAL_LDLIBS := -L$(SYSROOT)/usr/lib -ldl -lm -llog

Completed in 2906 milliseconds