Home
last modified time | relevance | path

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

12

/development/tools/ndk/
Dupdate_ndk_abi.sh3 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/
Dtest_soong.py33 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/
Dcheck_style.sh13 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/
Dbuild.js18 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/
Dfindunusedresources25 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…
Dfindunusedstrings23 apps=$ANDROID_BUILD_TOP/packages/apps/*
Dremoveunusedresources17 apps=$ANDROID_BUILD_TOP/packages/apps/*
/development/scripts/
Dupdate_crate_tests.py118 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 '
Dsymbol.py33 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.')
Dacov100 cd $ANDROID_BUILD_TOP
/development/gsi/build_with_kernel/
Ddownload_kernels_prebults.sh19 if [ -z "${ANDROID_BUILD_TOP}" ]; then
22 WD="${ANDROID_BUILD_TOP}"
Drepack_kernels_common.sh17 if [ -z "${ANDROID_BUILD_TOP}" ]; then
20 WD="${ANDROID_BUILD_TOP}"
/development/samples/VirtualDeviceManager/
Dsetup.sh107 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/
Dutils.py77 ANDROID_BUILD_TOP = os.getenv('ANDROID_BUILD_TOP')
78 if not ANDROID_BUILD_TOP:
82 return ANDROID_BUILD_TOP
Dcollect_licenses.py135 ANDROID_BUILD_TOP = utils.get_android_build_top()
136 PREBUILTS_VNDK_DIR = utils.join_realpath(ANDROID_BUILD_TOP,
Dcheck_gpl_license.py273 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,
Dupdate.py35 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/
DREADME.md16 pushd $ANDROID_BUILD_TOP/external/rust/crates/$crate
18 > $ANDROID_BUILD_TOP/development/tools/cargo_embargo/testdata/$crate/cargo.metadata
/development/treble/
Dcompare_bp_system_image.sh3 bp_base_path=$ANDROID_BUILD_TOP/out/soong/.intermediates/device/google/cuttlefish/system_image/aosp…
/development/gki/kmi_abi_chk/
DMakefile19 GKI_DIR ?= ${ANDROID_BUILD_TOP}/kernel
DREADME18 $ cp vmlinux.symvers $ANDROID_BUILD_TOP/development/gki/kmi_abi_chk/vmlinux.symvers-$GKI_BID
/development/vndk/tools/header-checker/android/
Dupdate_clang-tools.sh29 CLANG_TOOLS_DIR="${ANDROID_BUILD_TOP}/prebuilts/clang-tools"
/development/vndk/tools/vndk-compliance/
Dparse-and-fix-errors.sh20 if [ "$PWD" != "$ANDROID_BUILD_TOP" ]; then
/development/vndk/tools/sourcedr/Documentation/
Dlist-installed-files-from-source-dirs.md21 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/
Dmodify_system_img.sh84 build_top="$ANDROID_BUILD_TOP"/

12