Home
last modified time | relevance | path

Searched refs:ANDROID_BUILD_TOP (Results 1 – 8 of 8) 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/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
/development/samples/SupportVectorDrawable/animated/
Drundemo.sh1 . $ANDROID_BUILD_TOP/build/envsetup.sh && \
/development/samples/SupportVectorDrawable/static/
Drundemo.sh1 . $ANDROID_BUILD_TOP/build/envsetup.sh && \