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

  /frameworks/base/core/tests/inputmethodtests/
run_core_inputmethod_test.sh 11 if [[ -z $ANDROID_PRODUCT_OUT && $rebuilld == true ]]; then
18 TESTAPP=${ANDROID_PRODUCT_OUT}/data/app/FrameworksCoreInputMethodTests/FrameworksCoreInputMethodTests.apk
  /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"
  /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
  /cts/common/host-side/scripts/
compatibility-tests_v2 38 DEVICE_LIBS_DIR=${ANDROID_PRODUCT_OUT}/obj/JAVA_LIBRARIES
  /packages/inputmethods/LatinIME/native/jni/
run-tests.sh 62 target_test_local=$ANDROID_PRODUCT_OUT/data/nativetest/$target_test_name/$target_test_name
  /prebuilts/clang/darwin-x86/host/3.5/
update.sh 32 cp -a `find ${ANDROID_PRODUCT_OUT} -name arm_neon.h` lib/clang/*/include
  /prebuilts/clang/linux-x86/host/3.5/
update.sh 32 cp -a `find ${ANDROID_PRODUCT_OUT} -name arm_neon.h` lib/clang/*/include
  /frameworks/base/native/
copy-to-ndk.sh 12 local SRC_LIB_ANDROID=$ANDROID_PRODUCT_OUT/system/lib/libandroid.so
  /frameworks/webview/chromium/tools/buildbot/
webview_buildbot_functions.sh 86 rm -rf ${ANDROID_PRODUCT_OUT}
  /art/test/
run-test 213 # Try to map the suffix64 flag and what we find in ${ANDROID_PRODUCT_OUT}/data/art-test to an architecture name.
215 grep32bit=`ls ${ANDROID_PRODUCT_OUT}/data/art-test | grep -E '^(arm|x86|mips)$'`
216 grep64bit=`ls ${ANDROID_PRODUCT_OUT}/data/art-test | grep -E '^(arm64|x86_64)$'`
249 framework="${ANDROID_PRODUCT_OUT}/system/framework"
  /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
  /bootable/recovery/
verifier_test.sh 61 $ADB push $ANDROID_PRODUCT_OUT/system/bin/verifier_test \
  /build/
envsetup.sh 202 unset ANDROID_PRODUCT_OUT
203 export ANDROID_PRODUCT_OUT=$(get_abs_build_var PRODUCT_OUT)
204 export OUT=$ANDROID_PRODUCT_OUT
    [all...]
  /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
  /system/media/camera/docs/
metadata-generate 38 outdir="$ANDROID_PRODUCT_OUT/obj/ETC/system-media-camera-docs_intermediates"
  /external/chromium_org/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

Completed in 1231 milliseconds