/development/tools/ndk/ |
D | update_ndk_abi.sh | 3 if [[ -z "$ANDROID_BUILD_TOP" ]]; then 11 $ANDROID_BUILD_TOP/build/soong/soong_ui.bash --make-mode update-ndk-abi 12 update-ndk-abi --src-dir $ANDROID_BUILD_TOP $ANDROID_BUILD_TOP/ndk-abi-out "$@"
|
/development/tools/ndk/ndkabidump/ |
D | test_soong.py | 33 ANDROID_BUILD_TOP = Path(os.environ["ANDROID_BUILD_TOP"]).resolve() variable 48 soong = Soong(ANDROID_BUILD_TOP, self.out_dir) 54 soong = Soong(ANDROID_BUILD_TOP, self.out_dir) 66 soong = Soong(ANDROID_BUILD_TOP, self.out_dir) 80 soong = Soong(ANDROID_BUILD_TOP, self.out_dir) 89 soong = Soong(ANDROID_BUILD_TOP, self.out_dir)
|
/development/tools/core_connectivity/ |
D | check_style.sh | 13 test "$ANDROID_BUILD_TOP" == "" && echo "please run env setup" && exit 22 local PARAMS=" --config_xml $ANDROID_BUILD_TOP/prebuilts/checkstyle/android-style.xml" 23 $ANDROID_BUILD_TOP/prebuilts/checkstyle/checkstyle.py $PARAMS 26 $ANDROID_BUILD_TOP/prebuilts/clang/host/linux-x86/clang-stable/bin/git-clang-format \
|
/development/tools/winscope/protos/ |
D | build.js | 18 const ANDROID_BUILD_TOP = __dirname + '/../../../../'; constant 20 const PERFETTO_TOP = ANDROID_BUILD_TOP + '/external/perfetto'; 120 `--path ${ANDROID_BUILD_TOP}`, 133 `--path ${ANDROID_BUILD_TOP}`,
|
/development/tools/findunused/ |
D | findunusedresources | 25 apps=$ANDROID_BUILD_TOP/packages/apps/* 40 …for res in $(echo $app/res/* $(find $ANDROID_BUILD_TOP/vendor -type d -wholename $ANDROID_BUILD_TO… 55 …rDotJava=$(find $ANDROID_BUILD_TOP/out/target/common/obj/APPS/${iappname}_intermediates/ -name R.j…
|
D | findunusedstrings | 23 apps=$ANDROID_BUILD_TOP/packages/apps/*
|
D | removeunusedresources | 17 apps=$ANDROID_BUILD_TOP/packages/apps/*
|
/development/scripts/ |
D | update_crate_tests.py | 118 self.ANDROID_BUILD_TOP = os.environ['ANDROID_BUILD_TOP'] 147 self.path = os.path.join(env.ANDROID_BUILD_TOP, "build", "bazel", "bin", "bazel") 148 soong_ui = os.path.join(env.ANDROID_BUILD_TOP, "build", "soong", "soong_ui.bash") 151 os.chdir(env.ANDROID_BUILD_TOP) 205 test_mapping_files = self.find_all_test_mapping_files(env.ANDROID_BUILD_TOP + path) 283 self.dir_rel = self.dir.split(env.ANDROID_BUILD_TOP)[1] 286 env.ANDROID_BUILD_TOP + '; You must be in the '
|
D | symbol.py | 33 ANDROID_BUILD_TOP = os.environ.get("ANDROID_BUILD_TOP", ".") variable 37 get_clang_version = ANDROID_BUILD_TOP + "/build/soong/scripts/get_clang_version.py" 42 return ANDROID_BUILD_TOP + "/prebuilts/clang/host/linux-x86/" + version_output.strip() 49 os.chdir(ANDROID_BUILD_TOP) 164 llvm_binutils_dir = ANDROID_BUILD_TOP + "/prebuilts/clang/host/linux-x86/llvm-binutils-stable/"; 525 @unittest.skipIf(ANDROID_BUILD_TOP == '.', 'Test only supported in an Android tree.')
|
D | acov | 100 cd $ANDROID_BUILD_TOP
|
/development/gsi/build_with_kernel/ |
D | download_kernels_prebults.sh | 19 if [ -z "${ANDROID_BUILD_TOP}" ]; then 22 WD="${ANDROID_BUILD_TOP}"
|
D | repack_kernels_common.sh | 17 if [ -z "${ANDROID_BUILD_TOP}" ]; then 20 WD="${ANDROID_BUILD_TOP}"
|
/development/samples/VirtualDeviceManager/ |
D | setup.sh | 107 if [[ -n ${ANDROID_BUILD_TOP} ]] ; then 108 cd ${ANDROID_BUILD_TOP} 207 [[ -n "${ANDROID_BUILD_TOP}" ]] || run_cmd_or_die tapas "${APKS_TO_BUILD}" 226 …readonly HOST_PERM_SRC="${ANDROID_BUILD_TOP}/development/samples/VirtualDeviceManager/host/${HOST_… 247 …readonly CAMERA_PERM_SRC="${ANDROID_BUILD_TOP}/development/samples/VirtualDeviceManager/virtualcam…
|
/development/vndk/snapshot/ |
D | utils.py | 77 ANDROID_BUILD_TOP = os.getenv('ANDROID_BUILD_TOP') 78 if not ANDROID_BUILD_TOP: 82 return ANDROID_BUILD_TOP
|
D | collect_licenses.py | 135 ANDROID_BUILD_TOP = utils.get_android_build_top() 136 PREBUILTS_VNDK_DIR = utils.join_realpath(ANDROID_BUILD_TOP,
|
D | check_gpl_license.py | 273 ANDROID_BUILD_TOP = utils.get_android_build_top() 274 PREBUILTS_VNDK_DIR = utils.join_realpath(ANDROID_BUILD_TOP, 296 license_checker = GPLChecker(install_dir, ANDROID_BUILD_TOP, args.modules,
|
D | update.py | 35 ANDROID_BUILD_TOP = utils.get_android_build_top() variable 36 PREBUILTS_VNDK_DIR = utils.join_realpath(ANDROID_BUILD_TOP, 'prebuilts/vndk') 263 license_checker = GPLChecker(install_dir, ANDROID_BUILD_TOP,
|
/development/tools/cargo_embargo/testdata/ |
D | README.md | 16 pushd $ANDROID_BUILD_TOP/external/rust/crates/$crate 18 > $ANDROID_BUILD_TOP/development/tools/cargo_embargo/testdata/$crate/cargo.metadata
|
/development/treble/ |
D | compare_bp_system_image.sh | 3 bp_base_path=$ANDROID_BUILD_TOP/out/soong/.intermediates/device/google/cuttlefish/system_image/aosp…
|
/development/gki/kmi_abi_chk/ |
D | Makefile | 19 GKI_DIR ?= ${ANDROID_BUILD_TOP}/kernel
|
D | README | 18 $ cp vmlinux.symvers $ANDROID_BUILD_TOP/development/gki/kmi_abi_chk/vmlinux.symvers-$GKI_BID
|
/development/vndk/tools/header-checker/android/ |
D | update_clang-tools.sh | 29 CLANG_TOOLS_DIR="${ANDROID_BUILD_TOP}/prebuilts/clang-tools"
|
/development/vndk/tools/vndk-compliance/ |
D | parse-and-fix-errors.sh | 20 if [ "$PWD" != "$ANDROID_BUILD_TOP" ]; then
|
/development/vndk/tools/sourcedr/Documentation/ |
D | list-installed-files-from-source-dirs.md | 21 Then, in `${ANDROID_BUILD_TOP}`, run `list_installed_file_from_source.py`: 65 relative to Android source tree root (i.e. `${ANDROID_BUILD_TOP}`). Multiple
|
/development/vndk/tools/ |
D | modify_system_img.sh | 84 build_top="$ANDROID_BUILD_TOP"/
|