Searched refs:ANDROID_BUILD_TOP (Results 1 – 14 of 14) 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 | symbol.py | 32 ANDROID_BUILD_TOP = str(os.environ["ANDROID_BUILD_TOP"]) variable 33 if not ANDROID_BUILD_TOP: 34 ANDROID_BUILD_TOP = "." variable 36 ANDROID_BUILD_TOP = "." variable 40 os.chdir(ANDROID_BUILD_TOP) 45 return os.path.join(ANDROID_BUILD_TOP, str(stream.read().strip())) 164 …available_toolchains = glob.glob("%s/prebuilts/gcc/%s-x86/%s/*-linux-*/bin/" % (ANDROID_BUILD_TOP,… 556 @unittest.skipIf(ANDROID_BUILD_TOP == '.', 'Test only supported in an Android tree.')
|
D | acov | 66 cd $ANDROID_BUILD_TOP
|
/development/vndk/snapshot/ |
D | utils.py | 61 ANDROID_BUILD_TOP = os.getenv('ANDROID_BUILD_TOP') 62 if not ANDROID_BUILD_TOP: 66 return ANDROID_BUILD_TOP
|
D | check_gpl_license.py | 258 ANDROID_BUILD_TOP = utils.get_android_build_top() 259 PREBUILTS_VNDK_DIR = utils.join_realpath(ANDROID_BUILD_TOP, 281 license_checker = GPLChecker(install_dir, 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') 272 license_checker = GPLChecker(install_dir, ANDROID_BUILD_TOP,
|
D | gen_buildfiles.py | 513 ANDROID_BUILD_TOP = utils.get_android_build_top() 514 PREBUILTS_VNDK_DIR = utils.join_realpath(ANDROID_BUILD_TOP,
|
/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
|