HomeSort by relevance Sort by last modified time
    Searched refs:ANDROID_PRODUCT_OUT (Results 1 - 25 of 30) sorted by null

1 2

  /external/libcxx/
ndk-test.sh 8 if [ -z "$ANDROID_PRODUCT_OUT" ]; then
9 >&2 echo "Error: ANDROID_PRODUCT_OUT is not set. Have you run lunch?"
13 if [ ! -f $ANDROID_PRODUCT_OUT/system/lib/libc++_ndk.so ]; then
18 adb push $ANDROID_PRODUCT_OUT/system/lib/libc++_ndk.so /data/local/tmp
  /cts/tools/testng/
test-script 3 adb push $ANDROID_PRODUCT_OUT/system/framework/cts-testng.jar /data/local/tmp
  /development/scripts/
acov 35 find $ANDROID_PRODUCT_OUT \( -name '*.gcda' -o -name '*.gcno' \) -delete
44 if [ -d "$ANDROID_PRODUCT_OUT" ]; then
45 find $ANDROID_PRODUCT_OUT -name '*.gcda' -delete
58 ANDROID_OUT=$ANDROID_PRODUCT_OUT
  /frameworks/base/core/tests/systemproperties/
run_core_systemproperties_test.sh 11 if [[ -z $ANDROID_PRODUCT_OUT && $rebuilld == true ]]; then
18 TESTAPP=${ANDROID_PRODUCT_OUT}/data/app/FrameworksCoreSystemPropertiesTests.apk
  /device/linaro/hikey/installer/
flash-all.sh 29 ANDROID_PRODUCT_OUT="${ANDROID_BUILD_TOP}/out/target/product/hikey"
51 if [ ! -z "${ANDROID_PRODUCT_OUT}" ]; then
52 OUT_IMGDIR="${ANDROID_PRODUCT_OUT}"
  /ndk/build/tools/
dev-platform-import.sh 54 \$ANDROID_PRODUCT_OUT variable when doing a build configured with the 'lunch'
74 4/ Locate system shared libraries from \$ANDROID_PRODUCT_OUT/system/lib
87 if [ -z "$ANDROID_PRODUCT_OUT" ]; then
91 # ANDROID_PRODUCT_OUT is defined, so use it
92 log "Auto-config: using build path: $ANDROID_PRODUCT_OUT"
94 ANDROID_PRODUCT_OUT=$PARAMETERS
98 if [ ! -d "$ANDROID_PRODUCT_OUT" ]; then
99 dump "ERROR: Not a directory: $ANDROID_PRODUCT_OUT"
104 BUILD_PROP=$ANDROID_PRODUCT_OUT/system/build.prop
176 ANDROID_ROOT=`cd $ANDROID_PRODUCT_OUT/../../../.. && pwd
    [all...]
build-ndk-sysroot.sh 113 if [ -z "$ANDROID_PRODUCT_OUT" ] ; then
114 echo "ANDROID_PRODUCT_OUT is not defined in your environment. Aborting"
117 if [ ! -d $ANDROID_PRODUCT_OUT ] ; then
118 echo "ANDROID_PRODUCT_OUT does not point to a valid directory. Aborting"
122 ANDROID_PRODUCT_OUT=$OPTION_BUILD_OUT
123 if [ ! -d $ANDROID_PRODUCT_OUT ] ; then
129 PRODUCT_DIR=$ANDROID_PRODUCT_OUT
dev-system-import.sh 22 if [ -z "$ANDROID_PRODUCT_OUT" ] ; then
23 echo "ERROR: The environment variable ANDROID_PRODUCT_OUT is not defined!"
33 BUILD_PROP=$ANDROID_PRODUCT_OUT/system/build.prop
73 2/ Locate system shared libraries from \$ANDROID_PRODUCT_OUT/system/lib
183 ANDROID_ROOT=`cd $ANDROID_PRODUCT_OUT/../../../.. && pwd`
185 log "Android product out: $ANDROID_PRODUCT_OUT"
384 local src="$ANDROID_PRODUCT_OUT/system/lib/$1.so"
396 local src="$ANDROID_PRODUCT_OUT/obj/STATIC_LIBRARIES/$1_intermediates/$1.a"
408 local src="$ANDROID_PRODUCT_OUT/obj/lib/$1.o"
  /prebuilts/go/darwin-x86/src/
androidtest.bash 52 export ANDROID_PRODUCT_OUT="${ANDROID_TEST_DIR}/out"
53 FAKE_GOROOT=$ANDROID_PRODUCT_OUT/data/local/tmp/goroot
67 (cd $ANDROID_PRODUCT_OUT/data/local/tmp/goroot; find . >> $CLEANER.go)
  /prebuilts/go/linux-x86/src/
androidtest.bash 52 export ANDROID_PRODUCT_OUT="${ANDROID_TEST_DIR}/out"
53 FAKE_GOROOT=$ANDROID_PRODUCT_OUT/data/local/tmp/goroot
67 (cd $ANDROID_PRODUCT_OUT/data/local/tmp/goroot; find . >> $CLEANER.go)
  /external/curl/
androidconfigure 47 LDFLAGS="-L${ANDROID_PRODUCT_OUT}/obj/lib/" \
  /development/testrunner/
android_build.py 133 Typically the value of the env variable $ANDROID_PRODUCT_OUT.
144 path = os.getenv("ANDROID_PRODUCT_OUT")
146 logger.Log("Error: ANDROID_PRODUCT_OUT not defined. Please run "
174 Typically the value of the env variable $ANDROID_PRODUCT_OUT/system/bin
214 Typically $ANDROID_PRODUCT_OUT/data/app
  /device/intel/edison/flash_tools/
brillo-flashall-edison.sh 29 "${ANDROID_PRODUCT_OUT}")
  /system/bt/test/
run_unit_tests.sh 89 push_command=( "${adb[@]}" push {"${ANDROID_PRODUCT_OUT}",}"${binary}" )
  /cts/common/device-side/test-app/
run_tests.sh 34 APK=${ANDROID_PRODUCT_OUT}/data/app/CompatibilityTestApp/CompatibilityTestApp.apk
  /frameworks/base/native/
copy-to-ndk.sh 12 local SRC_LIB_ANDROID=$ANDROID_PRODUCT_OUT/system/lib/libandroid.so
  /packages/inputmethods/LatinIME/native/jni/
run-tests.sh 69 target_test_local=$ANDROID_PRODUCT_OUT/data/nativetest/$target_test_name/$target_test_name
  /prebuilts/clang/darwin-x86/host/3.6/
update.sh 40 cp -a `find ${ANDROID_PRODUCT_OUT} -name arm_neon.h` lib/clang/*/include
  /bootable/recovery/applypatch/
imgdiff_test.sh 78 $ADB push $ANDROID_PRODUCT_OUT/system/bin/applypatch $WORK_DIR/applypatch
  /external/parameter-framework/support/android/asio/
asio_shrinker.sh 106 list_compiled_files "$ANDROID_PRODUCT_OUT" $tmpfile
  /prebuilts/clang/linux-x86/host/3.6/
update.sh 40 cp -a `find ${ANDROID_PRODUCT_OUT} -name arm_neon.h | head -n 1` lib/clang/*/include
  /build/
envsetup.sh 256 unset ANDROID_PRODUCT_OUT
257 export ANDROID_PRODUCT_OUT=$(get_abs_build_var PRODUCT_OUT)
258 export OUT=$ANDROID_PRODUCT_OUT
    [all...]
  /prebuilts/clang/host/darwin-x86/3.8/
update.sh 63 cp -a `find ${ANDROID_PRODUCT_OUT} -name arm_neon.h | head -n 1` lib/clang/*/include
  /external/v8/build/android/
adb_gdb 759 # if we can use the symbolic libraries under $ANDROID_PRODUCT_OUT/symbols/
762 "$ANDROID_PRODUCT_OUT" -a \
763 -f "$ANDROID_PRODUCT_OUT/system/build.prop" ]; then
765 "$ANDROID_PRODUCT_OUT"/system/build.prop)
769 PULL_LIBS_DIR=$ANDROID_PRODUCT_OUT/symbols
  /art/test/
run-test 411 # Try to map the suffix64 flag and what we find in ${ANDROID_PRODUCT_OUT}/data/art-test to an architecture name.
413 grep32bit=`ls ${ANDROID_PRODUCT_OUT}/data/art-test | grep -E '^(arm|x86|mips)$'`
414 grep64bit=`ls ${ANDROID_PRODUCT_OUT}/data/art-test | grep -E '^(arm64|x86_64|mips64)$'`
453 framework="${ANDROID_PRODUCT_OUT}/system/framework"

Completed in 1688 milliseconds

1 2