HomeSort by relevance Sort by last modified time
    Searched refs:SYSROOT (Results 1 - 16 of 16) 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 485 local ARCH PLATFORM SYSROOT FLAGS
500 SYSROOT=$NDK_DIR/platforms/android-$PLATFORM/arch-$ARCH
514 SYSROOT=$NDK_DIR/$(get_default_platform_sysroot_for_arch $ARCH)
516 CRTBEGIN_EXE_O=$SYSROOT/usr/lib/crtbegin_dynamic.o
517 CRTEND_EXE_O=$SYSROOT/usr/lib/crtend_android.o
519 CRTBEGIN_SO_O=$SYSROOT/usr/lib/crtbegin_so.o
520 CRTEND_SO_O=$SYSROOT/usr/lib/crtend_so.o
565 builder_cflags "--sysroot=$SYSROOT"
566 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-on-device-toolchain.sh 37 register_option "--no-sync" do_no_sync_option "Do not push sysroot to device /data/local/tmp/"
73 SYSROOT=$NDK_DIR/$(get_default_platform_sysroot_for_arch $ARCH)
80 cp -r $SYSROOT/usr/lib/crtbegin_dynamic.o $OUT_SYSROOT/usr/lib
81 cp -r $SYSROOT/usr/lib/crtbegin_so.o $OUT_SYSROOT/usr/lib
82 cp -r $SYSROOT/usr/lib/crtend_android.o $OUT_SYSROOT/usr/lib
83 cp -r $SYSROOT/usr/lib/crtend_so.o $OUT_SYSROOT/usr/lib
117 dump "Push on-device $ABI toolchain sysroot to /data/local/tmp/"
120 fail_panic "Could not push sysroot!"
prebuilt-common.sh 526 # If SYSROOT is empty, check that $1/$2 contains a sysroot
529 # $1: sysroot path
533 if [ -z "$SYSROOT" ] ; then
534 log "Probing directory for sysroot: $1/$2"
536 SYSROOT=$1/$2
541 # Determine sysroot
547 eval SYSROOT="$1"
548 log "Using specified sysroot: $1"
551 SYSROOT
    [all...]
build-gcc.sh 43 register_var_option "--sysroot=<path>" OPTION_SYSROOT "Specify sysroot directory directly"
225 # Without option "--sysroot" (and its variations), GCC will attempt to
226 # search path specified by "--with-sysroot" at build time for headers/libs.
227 # Path at --with-sysroot contains minimal headers and libs to boostrap
229 # sysroot at specified API level,and Android build explicit lists header/lib
232 # It's better to point --with-sysroot to local directory otherwise the
238 # For canadian build --with-sysroot has to be sub-directory of --prefix.
243 TOOLCHAIN_BUILD_SYSROOT=$TOOLCHAIN_BUILD_PREFIX/sysroot
244 dump "Sysroot : Copying: $SYSROOT --> $TOOLCHAIN_BUILD_SYSROOT
    [all...]
build-cxx-stl.sh 394 local ARCH BINPREFIX SYSROOT
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
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
  /external/chromium_org/third_party/libjingle/source/talk/
main.scons 85 # This bit denotes that we are cross-compiling using a sysroot.
87 'Cross compiling using the SYSROOT environment variable')
94 # the sysroot, so we just assume it's not a cross-arch build or that it
400 # For libjingle we don't specify a sysroot or minimum OS version.
623 ' --sysroot=' + str(os.environ.get("SYSROOT")),
625 ' --sysroot=' + str(os.environ.get("SYSROOT")),
772 # TODO(noahric): All the following Linux builds are running against a sysroot

Completed in 1525 milliseconds