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

  /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
  /system/extras/tests/bionic/libc/
run-test.sh 75 if [ -z "$ANDROID_PRODUCT_OUT" ] ; then
76 echo "ERROR: ANDROID_PRODUCT_OUT not defined. Please run the 'lunch' command"
80 if [ ! -f "$ANDROID_PRODUCT_OUT/system.img" ] ; then
81 echo "ERROR: Missing file: $ANDROID_PRODUCT_OUT/system.img"
86 EXEC_ROOT_PATH="$ANDROID_PRODUCT_OUT/obj/EXECUTABLES"
  /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 117 if [ -z "$ANDROID_PRODUCT_OUT" ] ; then
118 echo "ANDROID_PRODUCT_OUT is not defined in your environment. Aborting"
121 if [ ! -d $ANDROID_PRODUCT_OUT ] ; then
122 echo "ANDROID_PRODUCT_OUT does not point to a valid directory. Aborting"
126 ANDROID_PRODUCT_OUT=$OPTION_BUILD_OUT
127 if [ ! -d $ANDROID_PRODUCT_OUT ] ; then
133 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"
dev-rebuild-ndk.sh 150 export ANDROID_PRODUCT_OUT=$TOP/out/target/product/$PRODUCT
151 if [ ! -d $ANDROID_PRODUCT_OUT ]; then
  /development/testrunner/
android_build.py 99 Typically the value of the env variable $ANDROID_PRODUCT_OUT.
110 path = os.getenv("ANDROID_PRODUCT_OUT")
112 logger.Log("Error: ANDROID_PRODUCT_OUT not defined. Please run envsetup.sh")
120 Typically the value of the env variable $ANDROID_PRODUCT_OUT/system/bin
161 Typically $ANDROID_PRODUCT_OUT/data/app
  /cts/suite/audio_quality/
Android.mk 27 $(hide) $(ACP) -fp $(ANDROID_PRODUCT_OUT)/data/app/CtsAudioClient.apk \
  /bootable/recovery/
verifier_test.sh 61 $ADB push $ANDROID_PRODUCT_OUT/system/bin/verifier_test \
  /frameworks/base/native/
copy-to-ndk.sh 12 local SRC_LIB_ANDROID=$ANDROID_PRODUCT_OUT/system/lib/libandroid.so
  /cts/apps/CtsVerifier/
Android.mk 39 adb install -r $(ANDROID_PRODUCT_OUT)/data/app/CtsVerifier.apk \
  /build/
envsetup.sh 163 unset ANDROID_PRODUCT_OUT
164 export ANDROID_PRODUCT_OUT=$(get_abs_build_var PRODUCT_OUT)
165 export OUT=$ANDROID_PRODUCT_OUT
878 TRACE=$ANDROID_PRODUCT_OUT/traces/$TRACE
891 /bin/ls $ANDROID_PRODUCT_OUT/system/framework/*.jar $ANDROID_PRODUCT_OUT/system/app/*.apk $ANDROID_PRODUCT_OUT/data/app/*.apk 2>/dev/null | xargs dexlist > $TRACE/qtrace.dexlist
893 q2dm -r $ANDROID_PRODUCT_OUT/symbols $TRACE $KERNEL $TRACE/dmtrace || return
1006 if [ ! "$ANDROID_PRODUCT_OUT" ]; then
1019 adb install $ANDROID_PRODUCT_OUT/data/app/SmokeTestApp.apk &
    [all...]
  /bootable/recovery/applypatch/
imgdiff_test.sh 78 $ADB push $ANDROID_PRODUCT_OUT/system/bin/applypatch $WORK_DIR/applypatch
applypatch.sh 99 $ADB push $ANDROID_PRODUCT_OUT/system/bin/applypatch $WORK_DIR/applypatch
  /cts/tools/signature-tools/
sig-check 49 COREDEX=${ANDROID_PRODUCT_OUT}/../../common/obj/JAVA_LIBRARIES/core_intermediates/classes.dex
sig-create 49 COREDEX=${ANDROID_PRODUCT_OUT}/../../common/obj/JAVA_LIBRARIES/core_intermediates/classes.dex

Completed in 943 milliseconds