Home
last modified time | relevance | path

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

/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/vndk/tools/definition-tool/tests/
Dtargets.py8 ANDROID_BUILD_TOP = os.path.abspath(os.path.join(SCRIPT_DIR, *(['..'] * 5))) variable
21 return os.path.join(ANDROID_BUILD_TOP, 'prebuilts', 'gcc',
25 return os.path.join(ANDROID_BUILD_TOP, 'prebuilts', 'clang', 'host',
29 return os.path.join(ANDROID_BUILD_TOP, 'prebuilts', 'ndk', NDK_VERSION,
/development/scripts/
Dgdbclient5 if [ -z "$ANDROID_BUILD_TOP" ]; then
13 source $ANDROID_BUILD_TOP/build/envsetup.sh
138 GDB=$ANDROID_BUILD_TOP/prebuilts/gdb/darwin-x86/bin/gdb
142 GDB=$ANDROID_BUILD_TOP/prebuilts/gdb/linux-x86/bin/gdb
Dsymbol.py29 ANDROID_BUILD_TOP = os.environ["ANDROID_BUILD_TOP"] variable
30 if not ANDROID_BUILD_TOP:
31 ANDROID_BUILD_TOP = "." variable
35 os.chdir(ANDROID_BUILD_TOP)
41 return os.path.join(ANDROID_BUILD_TOP, stream.read().strip())
81 …available_toolchains = glob.glob("%s/prebuilts/gcc/%s-x86/%s/*-linux-*/bin/" % (ANDROID_BUILD_TOP,…
Dacov66 cd $ANDROID_BUILD_TOP