Home
last modified time | relevance | path

Searched refs:ANDROID_BUILD_TOP (Results 1 – 25 of 79) sorted by relevance

1234

/system/tools/hidl/
Dupdate-all-google-makefiles.sh5 $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/tools/hidl/hidl2aidl/test/
Drun_build_file_test.sh3 if [[ -z $ANDROID_BUILD_TOP ]]; then
10 $ANDROID_BUILD_TOP/build/soong/soong_ui.bash --make-mode hidl2aidl
12 hidl2aidl -o $ANDROID_BUILD_TOP/system/tools/hidl/hidl2aidl/test/build_test_delete_me \
15 $ANDROID_BUILD_TOP/build/soong/soong_ui.bash --make-mode hidl2aidl.test3-update-api
17 $ANDROID_BUILD_TOP/build/soong/soong_ui.bash --make-mode \
/system/media/camera/docs/
Dmetadata-generate31 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 aidldir="$ANDROID_BUILD_TOP/hardware/interfaces/camera/metadata/aidl/android/hardware/camera/metada…
41 camera2ctsdir="$ANDROID_BUILD_TOP/cts/tests/camera/src/android/hardware/camera2/cts"
42 ctstopdir="$ANDROID_BUILD_TOP/cts/tests/camera/"
44 ndk_header_dir="$ANDROID_BUILD_TOP/frameworks/av/camera/ndk/include/camera"
45 ndk_impl_dir="$ANDROID_BUILD_TOP/frameworks/av/camera/ndk/impl"
46 libcameraservice_aidl_dir="$ANDROID_BUILD_TOP/frameworks/av/services/camera/libcameraservice/aidl"
[all …]
/system/apex/apexer/
Druntests.sh18 if [[ -z ${ANDROID_BUILD_TOP} ]]; then
26 source ${ANDROID_BUILD_TOP}/build/envsetup.sh
28 export APEXER_TOOL_PATH="${ANDROID_BUILD_TOP}/out/host/linux-x86/bin:${ANDROID_BUILD_TOP}/prebuilts…
29 PATH+=":${ANDROID_BUILD_TOP}/prebuilts/sdk/tools/linux/bin"
60 ${ANDROID_BUILD_TOP}/out/host/linux-x86/bin/conv_apex_manifest proto ${manifest_dir}/apex_manifest.…
88 --key ${ANDROID_BUILD_TOP}/system/apex/apexer/testdata/com.android.example.apex.pem \
89 --android_jar_path ${ANDROID_BUILD_TOP}/prebuilts/sdk/current/public/android.jar \
109 --key ${ANDROID_BUILD_TOP}/system/apex/apexer/testdata/com.android.example.apex.pem
/system/chre/platform/shared/mbedtls/
Dmbedtls.mk6 ifeq ($(ANDROID_BUILD_TOP),)
13 MBEDTLS_EXT_DIR = $(ANDROID_BUILD_TOP)/system/chre/platform/shared/mbedtls
15 MBEDTLS_DIR = $(ANDROID_BUILD_TOP)/external/mbedtls/
/system/tools/hidl/scripts/
Dhal-queries.sh85 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/
Druntests.sh17 if [ -z $ANDROID_BUILD_TOP ]; then
27 echo "+ mmma -j32 $ANDROID_BUILD_TOP/system/connectivity/wificond"
28 $ANDROID_BUILD_TOP/build/soong/soong_ui.bash --make-mode \
/system/nfc/src/fuzzers/
Dfuzz.sh8 if [ -z "$ANDROID_BUILD_TOP" ];
13 source $ANDROID_BUILD_TOP/build/envsetup.sh
46 adb logcat -d| $ANDROID_BUILD_TOP/external/compiler-rt/lib/asan/scripts/symbolize.py
101 pushd $ANDROID_BUILD_TOP
135 …$ANDROID_BUILD_TOP/prebuilts/gdb/linux-x86/bin/gdb --directory=$ANDROID_BUILD_TOP -ex "target remo…
141 …lcov --directory ./coverage --base-directory $ANDROID_BUILD_TOP --gcov-tool $(pwd)/../llvm-gcov --…
/system/chre/external/pigweed/
Dpw_function.mk6 ifeq ($(ANDROID_BUILD_TOP),)
13 PIGWEED_DIR = $(ANDROID_BUILD_TOP)/external/pigweed
14 PIGWEED_CHRE_DIR = $(ANDROID_BUILD_TOP)/system/chre/external/pigweed
/system/extras/boottime_tools/bootanalyze/
Dbootanalyze.sh36 if [[ -z $ANDROID_BUILD_TOP ]]; then
40 echo "ANDROID_BUILD_TOP=$ANDROID_BUILD_TOP"
41 SCRIPT_DIR="$ANDROID_BUILD_TOP/system/extras/boottime_tools/bootanalyze"
/system/media/audio_utils/tests/
Dbuild_and_run_biquad_filter.sh6 if [ -z "$ANDROID_BUILD_TOP" ]; then
12 . $ANDROID_BUILD_TOP/build/envsetup.sh
26 adb push $ANDROID_BUILD_TOP/cts/tests/tests/media/audio/res/raw/sinesweepraw.raw $testdir
/system/chre/apps/test/common/chre_api_test/
Dchre_api_test.mk6 ifneq ($(ANDROID_BUILD_TOP),)
7 CHRE_PREFIX = $(ANDROID_BUILD_TOP)/system/chre
49 PW_RPC_SRCS += $(ANDROID_BUILD_TOP)/external/protobuf/src/google/protobuf/empty.proto
/system/libhidl/
Dupdate-makefiles.sh6 if [ -z "$ANDROID_BUILD_TOP" ]; then
11 source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh
/system/chre/apps/audio_stress_test/
DMakefile8 ifneq ($(ANDROID_BUILD_TOP),)
9 CHRE_PREFIX = $(ANDROID_BUILD_TOP)/system/chre
/system/chre/build/
Dclang.mk6 ifeq ($(ANDROID_BUILD_TOP),)
13 CLANG_TOOLCHAIN_PATH=$(ANDROID_BUILD_TOP)/prebuilts/clang/host/linux-x86/clang-r498229b
/system/chre/apps/test/common/chre_stress_test/
DMakefile6 ifneq ($(ANDROID_BUILD_TOP),)
7 CHRE_PREFIX = $(ANDROID_BUILD_TOP)/system/chre
/system/chre/apps/test/common/ping_test/
DMakefile6 ifneq ($(ANDROID_BUILD_TOP),)
7 CHRE_PREFIX = $(ANDROID_BUILD_TOP)/system/chre
/system/chre/apps/test/common/chre_cross_validator_wifi/
DMakefile6 ifneq ($(ANDROID_BUILD_TOP),)
7 CHRE_PREFIX = $(ANDROID_BUILD_TOP)/system/chre
/system/chre/apps/test/common/chre_audio_concurrency_test/
DMakefile7 ifneq ($(ANDROID_BUILD_TOP),)
8 CHRE_PREFIX = $(ANDROID_BUILD_TOP)/system/chre
/system/chre/apps/test/common/chre_cross_validator_gnss/
DMakefile6 ifneq ($(ANDROID_BUILD_TOP),)
7 CHRE_PREFIX = $(ANDROID_BUILD_TOP)/system/chre
/system/chre/apps/test/common/chre_reliable_message_test/
DMakefile6 ifneq ($(ANDROID_BUILD_TOP),)
7 CHRE_PREFIX = $(ANDROID_BUILD_TOP)/system/chre
/system/chre/apps/test/common/chre_cross_validator_sensor/
DMakefile7 ifneq ($(ANDROID_BUILD_TOP),)
8 CHRE_PREFIX = $(ANDROID_BUILD_TOP)/system/chre
/system/chre/apps/test/common/permission_test/
DMakefile6 ifneq ($(ANDROID_BUILD_TOP),)
7 CHRE_PREFIX = $(ANDROID_BUILD_TOP)/system/chre
/system/chre/apps/test/common/chre_settings_test/
DMakefile7 ifneq ($(ANDROID_BUILD_TOP),)
8 CHRE_PREFIX = $(ANDROID_BUILD_TOP)/system/chre
/system/chre/apps/rpc_world/
DMakefile6 ifneq ($(ANDROID_BUILD_TOP),)
7 CHRE_PREFIX = $(ANDROID_BUILD_TOP)/system/chre

1234