Home
last modified time | relevance | path

Searched refs:ANDROID_PRODUCT_OUT (Results 1 – 18 of 18) sorted by relevance

/system/tools/hidl/test/
Drun_all_device_tests.sh28 mkdir -p $ANDROID_PRODUCT_OUT/data/framework/hidl_test_java.jar || exit 1
29 cp $ANDROID_PRODUCT_OUT/testcases/hidl_test_java_java/*/hidl_test_java_java.jar \
30 $ANDROID_PRODUCT_OUT/data/framework/hidl_test_java_java.jar || exit 1
/system/core/adb/coverage/
Dreport.sh12 $ANDROID_PRODUCT_OUT/apex/com.android.adbd/bin/adbd \
19 $ANDROID_PRODUCT_OUT/apex/com.android.adbd/bin/adbd \
Dinclude.sh4 ADB_TEST_BINARIES="--object=$ANDROID_PRODUCT_OUT/data/nativetest64/$TEST/$TEST $ADB_TEST_BINARIES"
Dshow.sh20 $ANDROID_PRODUCT_OUT/apex/com.android.adbd/bin/adbd \
/system/core/fs_mgr/libsnapshot/
Dfuzz.sh36 adb push ${ANDROID_PRODUCT_OUT}/${FUZZ_BINARY} ${FUZZ_BINARY} &&
37 adb push ${ANDROID_PRODUCT_OUT}/${DEVICE_INIT_CORPUS_DIR} $(dirname ${FUZZ_BINARY})
72 …unzip -o -j -d ${HOST_SCRATCH_DIR} ${ANDROID_PRODUCT_OUT}/coverage/data/fuzz/${TARGET_ARCH}/${FUZZ…
/system/libvintf/test/
Dvintf_object_recovery_test.sh15 adb push ${ANDROID_PRODUCT_OUT}/data/nativetest64/vintf_object_recovery_test/vintf_object_recovery_…
/system/tools/aidl/
Drun_integration_tests.sh31 ${ANDROID_PRODUCT_OUT}/testcases/aidl_test_services/x86/aidl_test_services.apk
/system/nfc/
Drun_unit_tests.sh94 push_command=( "${adb[@]}" push {"${ANDROID_PRODUCT_OUT}",}"${binary}" )
/system/bt/test/
Drun_benchmarks.sh98 push_command=( "${adb[@]}" push {"${ANDROID_PRODUCT_OUT}",}"${binary}" )
Drun_unit_tests.sh125 push_command=( "${adb[@]}" push {"${ANDROID_PRODUCT_OUT}",}"${binary}" )
/system/extras/simpleperf/doc/
Dandroid_platform_profiling.md31 binaries in `$ANDROID_PRODUCT_OUT/symbols` to report call graphs. However, they are needed to add
38 # Collect unstripped binaries from $ANDROID_PRODUCT_OUT/symbols to binary_cache/.
39 $ python binary_cache_builder.py -lib $ANDROID_PRODUCT_OUT/symbols
Dexecutable_commands_reference.md595 $ simpleperf report --symfs $ANDROID_PRODUCT_OUT/symbols
/system/libufdt/tests/
Dapply_overlay.sh52 EXE_PATH="${ANDROID_PRODUCT_OUT}/obj/EXECUTABLES"
/system/core/bootstat/
Dboot_reason_test.sh622 -z "${ANDROID_PRODUCT_OUT}" -o \
628 rm ${ANDROID_PRODUCT_OUT%/out/*}/out/.kati_stamp-* ||
630 rm ${ANDROID_PRODUCT_OUT%/out/*}/out/build_date.txt ||
632 rm ${ANDROID_PRODUCT_OUT%/out/*}/out/build_number.txt ||
634 rm ${ANDROID_PRODUCT_OUT}/*/*.prop ||
636 rm -r ${ANDROID_PRODUCT_OUT}/obj/ETC/system_build_prop_intermediates ||
/system/media/camera/docs/
Dmetadata-generate42 outdir="$ANDROID_PRODUCT_OUT/obj/ETC/system-media-camera-docs_intermediates"
/system/core/fs_mgr/tests/
Dadb-remount-test.sh1411 elif [ -z "${ANDROID_PRODUCT_OUT}" ]; then
1413 elif [ ! -s "${ANDROID_PRODUCT_OUT}/vendor.img" ]; then
1415 elif [ "${ANDROID_PRODUCT_OUT}" = "${ANDROID_PRODUCT_OUT%*/${H}}" ]; then
1421 cmp -s ${ANDROID_PRODUCT_OUT}/vendor/build.prop
/system/core/adb/client/
Dcommandline.cpp77 const char* ANDROID_PRODUCT_OUT = getenv("ANDROID_PRODUCT_OUT"); in product_file() local
78 if (ANDROID_PRODUCT_OUT == nullptr) { in product_file()
81 return std::string{ANDROID_PRODUCT_OUT} + OS_PATH_SEPARATOR_STR + file; in product_file()
/system/bt/gd/docs/testing/
Dgtest.md96 …adb push $ANDROID_PRODUCT_OUT/testcases/bluetooth_test_gd/arm64/bluetooth_test_gd /data/nativetest…