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

1 2

  /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
  /sdk/emulator/opengl/
gen-encoder.sh 4 # (a) The ANDROID_BUILD_TOP and ANDROID_HOST_OUT environment variables must be
9 if [ -z "$ANDROID_BUILD_TOP" ]; then
10 echo error: ANDROID_BUILD_TOP not set
13 cd "$ANDROID_BUILD_TOP" >/dev/null
  /dalvik/vm/
dalvik 21 ANDROID_ROOT=$ANDROID_BUILD_TOP/out/host/linux-x86 \
22 LD_LIBRARY_PATH=$ANDROID_BUILD_TOP/out/host/linux-x86/lib \
23 exec $ANDROID_BUILD_TOP/out/host/linux-x86/bin/dalvikvm \
25 :$ANDROID_BUILD_TOP/out/host/linux-x86/framework/core-hostdex.jar\
26 :$ANDROID_BUILD_TOP/out/host/linux-x86/framework/conscrypt-hostdex.jar\
27 :$ANDROID_BUILD_TOP/out/host/linux-x86/framework/okhttp-hostdex.jar\
28 :$ANDROID_BUILD_TOP/out/host/linux-x86/framework/bouncycastle-hostdex.jar\
29 :$ANDROID_BUILD_TOP/out/host/linux-x86/framework/apache-xml-hostdex.jar \
  /prebuilts/qemu-kernel/arm/
rebuild.sh 107 if [ -n "$ANDROID_BUILD_TOP" ] ; then
108 OUT_DIR="$ANDROID_BUILD_TOP/$PREBUILT_KERNEL_DIR"
177 echo " --android=<path> Set Android top-level directory [$ANDROID_BUILD_TOP]"
218 if [ -z "$ANDROID_BUILD_TOP" ] ; then
219 # Assume that we are under $ANDROID_BUILD_TOP/prebuilt/android-arm/kernel
220 ANDROID_BUILD_TOP="`cd \"$PROGDIR\"/../../.. && pwd`"
221 if [ -d "$ANDROID_BUILD_TOP" ]; then
222 echo "Probed Android top-level directory: $ANDROID_BUILD_TOP"
224 echo "ERROR: Can't find Android top-leveld directory. Please define ANDROID_BUILD_TOP"
230 OUT_DIR="$ANDROID_BUILD_TOP/$PREBUILT_KERNEL_DIR
    [all...]
  /cts/tools/tradefed-host/tests/
run_unit_tests.sh 27 if [ ! -z ${ANDROID_BUILD_TOP} ]; then
39 JAR_DIR=${ANDROID_BUILD_TOP}/out/host/$OS/framework
  /cts/tools/tradefed-host/etc/
cts-tradefed 54 if [ ! -z ${ANDROID_BUILD_TOP} ]; then
64 CTS_ROOT=${ANDROID_BUILD_TOP}/out/host/${OS}/cts
  /frameworks/base/native/
copy-to-ndk.sh 8 local SRC_HEADERS=$ANDROID_BUILD_TOP/frameworks/native/include/android
9 local NDK_PLATFORMS=$ANDROID_BUILD_TOP/development/ndk/platforms
51 sh $ANDROID_BUILD_TOP/ndk/build/tools/build-platforms.sh
  /cts/tools/utils/
java-cert-list-generator.sh 17 if [[ -z $ANDROID_BUILD_TOP ]]; then
18 echo "Run 'lunch' to set \$ANDROID_BUILD_TOP" >&2
53 CERT_DIRECTORY=$ANDROID_BUILD_TOP/libcore/luni/src/main/files/cacerts
  /external/chromium_org/build/android/
envsetup_functions.sh 240 unset ANDROID_BUILD_TOP
277 export ANDROID_NDK_ROOT=${ANDROID_BUILD_TOP}/prebuilts/ndk/8
278 export ANDROID_SDK_ROOT=${ANDROID_BUILD_TOP}/prebuilts/sdk/\
288 '${ANDROID_BUILD_TOP}')")
294 '${ANDROID_BUILD_TOP}')")
300 '${ANDROID_BUILD_TOP}')")
  /external/icu4c/stubdata/
regenerate.sh 25 ICU_BIN=$ANDROID_BUILD_TOP/prebuilts/misc/linux-x86_64/icu-$ICU_VERSION
26 ICU4C_DIR=$ANDROID_BUILD_TOP/external/icu4c
icu_dat_generator.py 23 # $ANDROID_BUILD_TOP/external/icu4c/stubdata$ ./icu_dat_generator.py --verbose
39 print " $ANDROID_BUILD_TOP/external/icu4c/stubdata$ ./icu_dat_generator.py"
334 global ANDROID_BUILD_TOP # $ANDROID_BUILD_TOP
335 global ICU4C_DIR # $ANDROID_BUILD_TOP/external/icu4c
362 ANDROID_BUILD_TOP = os.environ.get("ANDROID_BUILD_TOP")
363 if not ANDROID_BUILD_TOP:
364 print "$ANDROID_BUILD_TOP not set! Run 'env_setup.sh'."
366 ICU4C_DIR = os.path.join(ANDROID_BUILD_TOP, "external", "icu4c"
    [all...]
  /art/tools/
art 38 cd $ANDROID_BUILD_TOP
  /development/tools/findunused/
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_TOP/vendor/*/$appname/res | grep overlay))
55 rDotJava=$(find $ANDROID_BUILD_TOP/out/target/common/obj/APPS/${iappname}_intermediates/ -name R.java)
findunusedstrings 23 apps=$ANDROID_BUILD_TOP/packages/apps/*
removeunusedresources 17 apps=$ANDROID_BUILD_TOP/packages/apps/*
  /system/media/camera/docs/
metadata-generate 30 if [[ -z $ANDROID_BUILD_TOP ]]; then
36 fwkdir="$ANDROID_BUILD_TOP/frameworks/base/core/java/android/hardware/camera2/"
37 ctsdir="$ANDROID_BUILD_TOP/cts/tests/tests/hardware/src/android/hardware/camera2/cts"
  /prebuilts/devtools/tools/
android 95 if [ -n "$ANDROID_BUILD_TOP" ]; then
97 swtpath="${ANDROID_BUILD_TOP}/prebuilts/tools/${osname}-${vmarch}/swt"
ddms 89 if [ -n "$ANDROID_BUILD_TOP" ]; then
91 swtpath="${ANDROID_BUILD_TOP}/prebuilts/tools/${osname}-${vmarch}/swt"
hierarchyviewer 90 if [ -n "$ANDROID_BUILD_TOP" ]; then
92 swtpath="${ANDROID_BUILD_TOP}/prebuilts/tools/${osname}-${vmarch}/swt"
monkeyrunner 81 if [ -n "$ANDROID_BUILD_TOP" ]; then
83 swtpath="${ANDROID_BUILD_TOP}/prebuilts/tools/${osname}-${vmarch}/swt"
traceview 87 if [ -n "$ANDROID_BUILD_TOP" ]; then
89 swtpath="${ANDROID_BUILD_TOP}/prebuilts/tools/${osname}-${vmarch}/swt"
uiautomatorviewer 87 if [ -n "$ANDROID_BUILD_TOP" ]; then
89 swtpath="${ANDROID_BUILD_TOP}/prebuilts/tools/${osname}-${vmarch}/swt"
  /development/scripts/
symbol.py 26 ANDROID_BUILD_TOP = os.environ["ANDROID_BUILD_TOP"]
27 if not ANDROID_BUILD_TOP:
28 ANDROID_BUILD_TOP = "."
32 os.chdir(ANDROID_BUILD_TOP)
38 return os.path.join(ANDROID_BUILD_TOP, stream.read().strip())
65 return os.path.join(ANDROID_BUILD_TOP, "prebuilts/gcc", Uname(), platform, label, "bin",
  /external/valgrind/main/
clean-targets.sh 6 obj=$ANDROID_BUILD_TOP/out/target/product/stingray/obj
  /art/test/etc/
host-run-test-jar 109 cd $ANDROID_BUILD_TOP

Completed in 491 milliseconds

1 2