HomeSort by relevance Sort by last modified time
    Searched refs:ANDROID_BUILD_TOP (Results 1 - 22 of 22) sorted by null

  /cts/development/ide/eclipse/
genclasspath.sh 6 # From your $ANDROID_BUILD_TOP directory:
9 if [[ -z $ANDROID_BUILD_TOP ]]; then
10 echo "Run 'lunch' to set \$ANDROID_BUILD_TOP" >&2
16 cat $ANDROID_BUILD_TOP/cts/development/ide/eclipse/.classpath | grep classpathentry
17 cat $ANDROID_BUILD_TOP/development/ide/eclipse/.classpath | grep classpathentry
  /cts/tools/dx-tests/scripts/
validate-tests.sh 15 java -cp ./lib/junit.jar:$ANDROID_BUILD_TOP/out/target/common/cts/dxconverter/classout/ junit.textui.TestRunner dxc.junit.AllTests
  /libcore/
run-core-tests-on-ri 19 top=$ANDROID_BUILD_TOP
  /frameworks/base/native/
copy-to-ndk.sh 8 local SRC_HEADERS=$ANDROID_BUILD_TOP/frameworks/base/native/include/android
9 local NDK_PLATFORMS=$ANDROID_BUILD_TOP/development/ndk/platforms
51 sh $ANDROID_BUILD_TOP/ndk/build/tools/build-platforms.sh
  /development/tools/findunused/
findunusedresources 25 apps=$ANDROID_BUILD_TOP/packages/apps/*
39 for res in $(echo $app/res/* $(find $ANDROID_BUILD_TOP/vendor -type d -wholename $ANDROID_BUILD_TOP/vendor/*/$appname/res | grep overlay))
54 rDotJava=$(find $ANDROID_BUILD_TOP/out/target/common/obj/APPS/${appname}_intermediates/ -name R.java)
findunusedstrings 23 apps=$ANDROID_BUILD_TOP/packages/apps/*
removeunusedresources 17 apps=$ANDROID_BUILD_TOP/packages/apps/*
  /cts/tools/test-progress/etc/
test-progress 55 export INPUT=$ANDROID_BUILD_TOP
56 export OUTPUT=$ANDROID_BUILD_TOP/out/target/common/cts/test-progress
  /sdk/ddms/app/etc/
ddms 89 if [ -n "$ANDROID_BUILD_TOP" ]; then
91 swtpath="${ANDROID_BUILD_TOP}/prebuilt/${osname}-${vmarch}/swt"
  /sdk/sdkmanager/app/etc/
android 94 if [ -n "$ANDROID_BUILD_TOP" ]; then
96 swtpath="${ANDROID_BUILD_TOP}/prebuilt/${osname}-${vmarch}/swt"
  /sdk/traceview/etc/
traceview 87 if [ -n "$ANDROID_BUILD_TOP" ]; then
89 swtpath="${ANDROID_BUILD_TOP}/prebuilt/${osname}-${vmarch}/swt"
  /development/testrunner/
android_build.py 43 root_path = os.getenv("ANDROID_BUILD_TOP")
45 logger.Log("Error: ANDROID_BUILD_TOP not defined. Please run envsetup.sh")
77 Typically $ANDROID_BUILD_TOP/out/host/linux-x86/bin.
140 Typically $ANDROID_BUILD_TOP/out/host/<host_os>/framework.
  /bootable/recovery/
verifier_test.sh 14 DATA_DIR=$ANDROID_BUILD_TOP/bootable/recovery/testdata
  /cts/tools/signature-tools/
sig-check 57 --from sig ${ANDROID_BUILD_TOP}/cts/tools/signature-tools/spec/android.spec \
61 --out ${ANDROID_BUILD_TOP}/out/delta \
sig-create 57 --out ${ANDROID_BUILD_TOP}/out/dex \
  /cts/tools/test-progress-new/etc/
test-progress 67 export INPUT=$ANDROID_BUILD_TOP
68 export OUTPUT=$ANDROID_BUILD_TOP/out/target/common/cts/test-progress-new
  /cts/tools/spec-progress/etc/
spec-progress 55 export INPUT=$ANDROID_BUILD_TOP
56 export OUTPUT=$ANDROID_BUILD_TOP/out/target/common/cts/spec-progress
  /cts/tools/dx-tests/etc/
compileall 52 #echo "android build top: $ANDROID_BUILD_TOP"
55 tmpdir=$3 # ANDROID_BUILD_TOP/$3
106 fdest=$ANDROID_BUILD_TOP/out/target/common/cts/dxconverter
starttests 77 BASEDIR=$ANDROID_BUILD_TOP/out/target/common/cts/dxconverter
  /external/icu4c/stubdata/
icu_dat_generator.py 23 # $ANDROID_BUILD_TOP/external/icu4c/stubdata$ ./icu_dat_generator.py 4.4 --verbose
26 # 1. Add icudtxxl-<datname>.txt to $ANDROID_BUILD_TOP/external/icu4c/stubdata.
28 # $ANDROID_BUILD_TOP/external/icu4c/stubdata/icudt42l-us.dat.
58 print "$ANDROID_BUILD_TOP/external/icu4c/stubdata$ ./icu_dat_generator.py 4.4"
258 ANDROID_ROOT = os.environ.get("ANDROID_BUILD_TOP")
260 print "$ANDROID_BUILD_TOP not set! Run 'env_setup.sh'."
  /bootable/recovery/applypatch/
applypatch.sh 14 DATA_DIR=$ANDROID_BUILD_TOP/bootable/recovery/applypatch/testdata
  /build/
envsetup.sh 153 export ANDROID_BUILD_TOP=$(gettop)

Completed in 667 milliseconds