HomeSort by relevance Sort by last modified time
    Searched refs:ANDROID_PRODUCT_OUT (Results 1 - 25 of 44) 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
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/
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
  /device/linaro/hikey/installer/hikey960/
flash-all.sh 8 ANDROID_PRODUCT_OUT="${ANDROID_BUILD_TOP}/out/target/product/hikey960"
11 if [ ! -d "${ANDROID_PRODUCT_OUT}" ]; then
16 echo "android out dir:${ANDROID_PRODUCT_OUT}"
25 fastboot flash boot "${ANDROID_PRODUCT_OUT}"/boot.img
26 fastboot flash dts "${ANDROID_PRODUCT_OUT}"/dt.img
27 fastboot flash system "${ANDROID_PRODUCT_OUT}"/system.img
28 fastboot flash cache "${ANDROID_PRODUCT_OUT}"/cache.img
29 fastboot flash userdata "${ANDROID_PRODUCT_OUT}"/userdata.img
  /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
  /packages/providers/ContactsProvider/
run-all-tests.sh 25 adb install -t -r -g $ANDROID_PRODUCT_OUT/system/priv-app/ContactsProvider/ContactsProvider.apk
26 adb install -t -r -g $ANDROID_PRODUCT_OUT/data/app/ContactsProviderTests/ContactsProviderTests.apk
27 adb install -t -r -g $ANDROID_PRODUCT_OUT/data/app/ContactsProviderTests2/ContactsProviderTests2.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/FrameworksCoreSystemPropertiesTests.apk
  /device/generic/goldfish/tools/
emulator_boot_test.sh 41 echo hw.cpu.ncore=1 >> $ANDROID_PRODUCT_OUT/config.ini
44 echo $ANDROID_PRODUCT_OUT
  /test/vts/tools/build/tasks/list/
update-lists.sh 22 python3 -c "import json; print('\n'.join(sorted(json.load(open('$ANDROID_PRODUCT_OUT/module-info.json')).keys())))" \
  /device/linaro/hikey/installer/hikey/
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}"
  /development/testrunner/
android_build.py 109 Typically the value of the env variable $ANDROID_PRODUCT_OUT.
120 path = os.getenv("ANDROID_PRODUCT_OUT")
122 logger.Log("Error: ANDROID_PRODUCT_OUT not defined. Please run "
150 Typically the value of the env variable $ANDROID_PRODUCT_OUT/system/bin
190 Typically $ANDROID_PRODUCT_OUT/data/app
  /prebuilts/go/darwin-x86/src/
androidtest.bash 70 export ANDROID_PRODUCT_OUT="${ANDROID_TEST_DIR}/out"
71 FAKE_GOROOT=$ANDROID_PRODUCT_OUT/data/local/tmp/goroot
86 (cd $ANDROID_PRODUCT_OUT/data/local/tmp/goroot; find . >> $CLEANER.go)
  /prebuilts/go/linux-x86/src/
androidtest.bash 70 export ANDROID_PRODUCT_OUT="${ANDROID_TEST_DIR}/out"
71 FAKE_GOROOT=$ANDROID_PRODUCT_OUT/data/local/tmp/goroot
86 (cd $ANDROID_PRODUCT_OUT/data/local/tmp/goroot; find . >> $CLEANER.go)
  /art/tools/
run-libcore-tests.sh 25 if [ -z "$ANDROID_PRODUCT_OUT" ] ; then
28 JAVA_LIBRARIES=${ANDROID_PRODUCT_OUT}/../../common/obj/JAVA_LIBRARIES
  /frameworks/base/core/tests/coretests/src/android/database/
run_newdb_perf_test.sh 17 adb install -r -g ${ANDROID_PRODUCT_OUT}/data/app/FrameworksCoreTests/FrameworksCoreTests.apk
  /system/tools/aidl/
runtests.sh 40 ${ANDROID_PRODUCT_OUT}/system/app/aidl_test_services/aidl_test_services.apk
  /frameworks/opt/net/lowpan/tests/
prepdevice.sh 25 cp ${ANDROID_BUILD_TOP}/frameworks/native/data/etc/android.hardware.lowpan.xml ${ANDROID_PRODUCT_OUT}/system/etc/permissions/android.hardware.lowpan.xml
  /system/nfc/
run_unit_tests.sh 94 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
  /external/toolchain-utils/binary_search_tool/android/
setup.sh 107 # ANDROID_PRODUCT_OUT is only set once lunch is successfully executed. Fail if
108 # ANDROID_PRODUCT_OUT is unset.
111 if [ -z ${ANDROID_PRODUCT_OUT+0} ]; then
  /build/make/core/tasks/
check_emu_boot.mk 15 (export ANDROID_PRODUCT_OUT=$$(cd $(PRODUCT_OUT);pwd);\
  /external/curl/
androidconfigure 47 LDFLAGS="-L${ANDROID_PRODUCT_OUT}/system/lib/"
  /frameworks/base/native/
copy-to-ndk.sh 12 local SRC_LIB_ANDROID=$ANDROID_PRODUCT_OUT/system/lib/libandroid.so
  /frameworks/ml/nn/runtime/test/specs/
slicing.sh 52 HOST_EXEC_DIR=$ANDROID_PRODUCT_OUT/data/nativetest64/NeuralNetworksTest_static/
54 HOST_EXEC_DIR=$ANDROID_PRODUCT_OUT/data/nativetest/NeuralNetworksTest_static/
  /packages/inputmethods/LatinIME/native/jni/
run-tests.sh 69 target_test_local=$ANDROID_PRODUCT_OUT/data/nativetest/$target_test_name/$target_test_name

Completed in 695 milliseconds

1 2