Searched refs:ANDROID_BUILD_TOP (Results 1 – 16 of 16) sorted by relevance
/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/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 | gdbclient | 8 if [ -z "$ANDROID_BUILD_TOP" ]; then 16 source $ANDROID_BUILD_TOP/build/envsetup.sh 141 GDB=$ANDROID_BUILD_TOP/prebuilts/gdb/darwin-x86/bin/gdb 145 GDB=$ANDROID_BUILD_TOP/prebuilts/gdb/linux-x86/bin/gdb
|
D | update_crate_tests.py | 41 self.ANDROID_BUILD_TOP = os.environ['ANDROID_BUILD_TOP'] 49 self.cwd_relative = self.cwd.split(self.ANDROID_BUILD_TOP)[1] 58 os.chdir(env.ANDROID_BUILD_TOP)
|
D | acov | 100 cd $ANDROID_BUILD_TOP
|
D | symbol.py | 31 ANDROID_BUILD_TOP = os.environ.get("ANDROID_BUILD_TOP", ".") variable 35 os.chdir(ANDROID_BUILD_TOP) 148 llvm_binutils_dir = ANDROID_BUILD_TOP + "/prebuilts/clang/host/linux-x86/llvm-binutils-stable/"; 439 (ANDROID_BUILD_TOP, os_name)) 542 @unittest.skipIf(ANDROID_BUILD_TOP == '.', 'Test only supported in an Android tree.')
|
/development/vndk/snapshot/ |
D | utils.py | 76 ANDROID_BUILD_TOP = os.getenv('ANDROID_BUILD_TOP') 77 if not ANDROID_BUILD_TOP: 81 return ANDROID_BUILD_TOP
|
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') 269 license_checker = GPLChecker(install_dir, ANDROID_BUILD_TOP,
|
D | check_gpl_license.py | 284 ANDROID_BUILD_TOP = utils.get_android_build_top() 285 PREBUILTS_VNDK_DIR = utils.join_realpath(ANDROID_BUILD_TOP, 307 license_checker = GPLChecker(install_dir, ANDROID_BUILD_TOP,
|
D | gen_buildfiles.py | 672 ANDROID_BUILD_TOP = utils.get_android_build_top() 673 PREBUILTS_VNDK_DIR = utils.join_realpath(ANDROID_BUILD_TOP,
|
/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/ |
D | modify_system_img.sh | 84 build_top="$ANDROID_BUILD_TOP"/
|
/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
|