Searched refs:ANDROID_BUILD_TOP (Results 1 – 25 of 51) sorted by relevance
123
/system/tools/hidl/ |
D | update-all-google-makefiles.sh | 5 $ANDROID_BUILD_TOP/system/libhidl/update-makefiles.sh 6 $ANDROID_BUILD_TOP/hardware/interfaces/update-makefiles.sh 7 $ANDROID_BUILD_TOP/frameworks/hardware/interfaces/update-makefiles.sh 8 $ANDROID_BUILD_TOP/system/hardware/interfaces/update-makefiles.sh 10 $ANDROID_BUILD_TOP/system/tools/hidl/test/vendor/update-makefile.sh
|
/system/media/camera/docs/ |
D | metadata-generate | 31 if [[ -z $ANDROID_BUILD_TOP ]]; then 37 fwkdir="$ANDROID_BUILD_TOP/frameworks/base/core/java/android/hardware/camera2/" 38 fwkdir_html="$ANDROID_BUILD_TOP/frameworks/base/docs/html/reference" 39 ndkdir_html="$ANDROID_BUILD_TOP/frameworks/native/docs" 40 hidldir="$ANDROID_BUILD_TOP/hardware/interfaces/camera/metadata" 41 ctsdir="$ANDROID_BUILD_TOP/cts/tests/camera/src/android/hardware/camera2/cts" 43 ndk_header_dir="$ANDROID_BUILD_TOP/frameworks/av/camera/ndk/include/camera" 44 ndk_impl_dir="$ANDROID_BUILD_TOP/frameworks/av/camera/ndk/impl" 45 device_info_dir="$ANDROID_BUILD_TOP/cts/tools/cts-device-info/"`
|
/system/bt/gd/cert/ |
D | run | 47 if [[ -z "${ANDROID_BUILD_TOP}" ]] || [[ -z "${ANDROID_HOST_OUT}" ]] ; then 72 CERT_TEST_VENV=${ANDROID_BUILD_TOP}/out/dist/bluetooth_venv 73 OUT_TARGET="${ANDROID_BUILD_TOP}/out/target" 74 TEST_CONFIG="${ANDROID_BUILD_TOP}/system/bt/gd/cert/android_devices_config.json" 75 TEST_FILTER="-tf ${ANDROID_BUILD_TOP}/system/bt/gd/cert/all_cert_testcases" 137 TEST_CONFIG=$ANDROID_BUILD_TOP/system/bt/gd/cert/host_config.json 185 …$ANDROID_BUILD_TOP/build/soong/soong_ui.bash --build-mode --"modules-in-a-dir" --dir="${ANDROID_BU… 228 unzip -o -q "${ANDROID_BUILD_TOP}/out/dist/bluetooth_cert_tests.zip" -d "${CERT_TEST_VENV}/acts"
|
D | bluetooth_packets_python3_setup.py | 31 ANDROID_BUILD_TOP = os.getenv("ANDROID_BUILD_TOP") variable 32 PYBIND11_INCLUDE_DIR = os.path.join(ANDROID_BUILD_TOP, "external/python/pybind11/include") 33 GD_DIR = os.path.join(ANDROID_BUILD_TOP, "system/bt/gd") 34 BT_PACKETS_GEN_DIR = os.path.join(ANDROID_BUILD_TOP, 36 BT_PACKETS_PY3_GEN_DIR = os.path.join(ANDROID_BUILD_TOP,
|
D | run_pts_l2cap.sh | 3 source $ANDROID_BUILD_TOP/system/bt/cert/run \ 4 --test_config=$ANDROID_BUILD_TOP/system/bt/gd/cert/pts.json \ 5 --test_file=$ANDROID_BUILD_TOP/system/bt/gd/cert/pts_l2cap_testcase
|
D | set_up_virtualenv.sh | 95 if [[ -z "$ANDROID_BUILD_TOP" ]] ; then 101 $ANDROID_BUILD_TOP/build/soong/soong_ui.bash --build-mode --"all-modules" --dir="$(pwd)" dist bluet… 106 if [[ ! -f "$ANDROID_BUILD_TOP/out/dist/bluetooth_cert_tests.zip" ]]; then 111 CERT_TEST_VENV=$ANDROID_BUILD_TOP/out/dist/bluetooth_venv 121 unzip -o -q $ANDROID_BUILD_TOP/out/dist/bluetooth_cert_tests.zip -d $CERT_TEST_VENV/acts
|
/system/apex/apexer/ |
D | runtests.sh | 18 if [[ -z ${ANDROID_BUILD_TOP} ]]; then 26 source ${ANDROID_BUILD_TOP}/build/envsetup.sh 28 export APEXER_TOOL_PATH="${ANDROID_BUILD_TOP}/out/soong/host/linux-x86/bin:${ANDROID_BUILD_TOP}/pre… 29 PATH+=":${ANDROID_BUILD_TOP}/prebuilts/sdk/tools/linux/bin" 58 ${ANDROID_BUILD_TOP}/out/soong/host/linux-x86/bin/conv_apex_manifest proto ${manifest_dir}/apex_man… 85 --key ${ANDROID_BUILD_TOP}/system/apex/apexer/testdata/com.android.example.apex.pem \ 86 --android_jar_path ${ANDROID_BUILD_TOP}/prebuilts/sdk/current/public/android.jar \ 106 --key ${ANDROID_BUILD_TOP}/system/apex/apexer/testdata/com.android.example.apex.pem
|
/system/bt/gd/fuzz/ |
D | run | 3 if [[ -z "${ANDROID_BUILD_TOP}" ]]; then 32 HOST_ARCH=$($ANDROID_BUILD_TOP/build/soong/soong_ui.bash --dumpvar-mode HOST_ARCH) 33 …SANITIZE_HOST=address $ANDROID_BUILD_TOP/build/soong/soong_ui.bash --build-mode --"all-modules" --…
|
/system/connectivity/wifilogd/ |
D | runtests.sh | 17 if [ -z $ANDROID_BUILD_TOP ]; then 27 echo "+ mmma -j32 $ANDROID_BUILD_TOP/system/connectivity/wifilogd" 28 make -j32 -C $ANDROID_BUILD_TOP -f build/core/main.mk \
|
/system/tools/hidl/scripts/ |
D | hal-queries.sh | 85 changed-interfaces $ANDROID_BUILD_TOP/hardware/interfaces android.hardware \ 88 changed-interfaces $ANDROID_BUILD_TOP/frameworks/hardware/interfaces android.frameworks 89 changed-interfaces $ANDROID_BUILD_TOP/system/hardware/interfaces android.system 90 changed-interfaces $ANDROID_BUILD_TOP/system/libhidl/transport android.hidl 102 all-interfaces "$ANDROID_BUILD_TOP/$path" "$root" 115 current-interfaces "$ANDROID_BUILD_TOP/$root"
|
/system/connectivity/wificond/ |
D | runtests.sh | 17 if [ -z $ANDROID_BUILD_TOP ]; then 27 echo "+ mmma -j32 $ANDROID_BUILD_TOP/system/connectivity/wificond" 28 make -j32 -C $ANDROID_BUILD_TOP -f build/core/main.mk \
|
/system/media/audio_utils/tests/ |
D | build_and_run_biquad_filter.sh | 6 if [ -z "$ANDROID_BUILD_TOP" ]; then 12 . $ANDROID_BUILD_TOP/build/envsetup.sh 26 adb push $ANDROID_BUILD_TOP/cts/tests/tests/media/res/raw/sinesweepraw.raw $testdir
|
/system/libhidl/ |
D | update-makefiles.sh | 6 if [ -z "$ANDROID_BUILD_TOP" ]; then 11 source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh
|
/system/chre/apps/audio_stress_test/ |
D | Makefile | 8 ifneq ($(ANDROID_BUILD_TOP),) 9 CHRE_PREFIX = $(ANDROID_BUILD_TOP)/system/chre
|
/system/chre/apps/gnss_world/ |
D | Makefile | 8 ifneq ($(ANDROID_BUILD_TOP),) 9 CHRE_PREFIX = $(ANDROID_BUILD_TOP)/system/chre
|
/system/chre/apps/timer_world/ |
D | Makefile | 8 ifneq ($(ANDROID_BUILD_TOP),) 9 CHRE_PREFIX = $(ANDROID_BUILD_TOP)/system/chre
|
/system/chre/apps/sensor_world/ |
D | Makefile | 8 ifneq ($(ANDROID_BUILD_TOP),) 9 CHRE_PREFIX = $(ANDROID_BUILD_TOP)/system/chre
|
/system/chre/apps/audio_world/ |
D | Makefile | 8 ifneq ($(ANDROID_BUILD_TOP),) 9 CHRE_PREFIX = $(ANDROID_BUILD_TOP)/system/chre
|
/system/chre/apps/hello_world/ |
D | Makefile | 8 ifneq ($(ANDROID_BUILD_TOP),) 9 CHRE_PREFIX = $(ANDROID_BUILD_TOP)/system/chre
|
/system/chre/apps/host_awake_world/ |
D | Makefile | 8 ifneq ($(ANDROID_BUILD_TOP),) 9 CHRE_PREFIX = $(ANDROID_BUILD_TOP)/system/chre
|
/system/tools/aidl/ |
D | run_integration_tests.sh | 24 $ANDROID_BUILD_TOP/build/soong/soong_ui.bash --make-mode \ 33 ${ANDROID_BUILD_TOP}/system/tools/aidl/tests/aidl_integration_test.py
|
/system/bt/test/ |
D | run_host_unit_tests.py | 87 ANDROID_BUILD_TOP = get_android_root_or_die() 88 …value = get_output_from_command((os.path.join(ANDROID_BUILD_TOP, SOONG_UI_BASH), '--dumpvar-mode',… 102 ANDROID_BUILD_TOP = get_android_root_or_die() 103 value = os.path.join(os.path.join(ANDROID_BUILD_TOP, 'out'), 'dist') 141 ANDROID_BUILD_TOP = get_android_root_or_die() 146 p = subprocess.Popen(build_cmd, cwd=ANDROID_BUILD_TOP, env=os.environ.copy())
|
/system/chre/build/arch/ |
D | x86.mk | 7 ifeq ($(ANDROID_BUILD_TOP),) 12 export X86_TOOLS_PREFIX=$(ANDROID_BUILD_TOP)/prebuilts/clang/host/linux-x86/clang-r370808/bin/
|
/system/core/adb/ |
D | trace.sh | 3 if ! [ -e $ANDROID_BUILD_TOP/external/chromium-trace/systrace.py ]; then 16 $ANDROID_BUILD_TOP/external/chromium-trace/systrace.py --from-file=${TRACE_TEMP} -o ${TRACE_TEMP}.h…
|
/system/chre/apps/chqts/build/ |
D | shared_make.mk | 9 ifndef ANDROID_BUILD_TOP 39 include ${ANDROID_BUILD_TOP}/system/chre/build/nanoapp/app.mk
|
123