HomeSort by relevance Sort by last modified time
    Searched refs:ANDROID_BUILD_TOP (Results 1 - 25 of 34) 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/bouncycastle-hostdex.jar\
27 :$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/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
38 print " $ANDROID_BUILD_TOP/external/icu4c/stubdata$ ./icu_dat_generator.py"
208 global ANDROID_BUILD_TOP # $ANDROID_BUILD_TOP
209 global ICU4C_DIR # $ANDROID_BUILD_TOP/external/icu4c
234 ANDROID_BUILD_TOP = os.environ.get("ANDROID_BUILD_TOP")
235 if not ANDROID_BUILD_TOP:
236 print "$ANDROID_BUILD_TOP not set! Run 'env_setup.sh'."
238 ICU4C_DIR = os.path.join(ANDROID_BUILD_TOP, "external", "icu4c"
    [all...]
  /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/*
  /device/samsung/tuna/reflash-bootloader/
build-image.sh 8 cp ${ANDROID_BUILD_TOP}/vendor/samsung/tuna/bootloader.img ${DIR}/bootloader.img
  /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/testrunner/
android_build.py 43 root_path = os.getenv("ANDROID_BUILD_TOP")
45 logger.Log("Error: ANDROID_BUILD_TOP not defined. Please run "
78 Typically $ANDROID_BUILD_TOP/out/host/linux-x86/bin.
142 Typically $ANDROID_BUILD_TOP/out/host/<host_os>/framework.
  /development/scripts/
symbol.py 14 ANDROID_BUILD_TOP = os.environ["ANDROID_BUILD_TOP"]
15 if not ANDROID_BUILD_TOP:
16 ANDROID_BUILD_TOP = "."
20 os.chdir(ANDROID_BUILD_TOP)
26 return os.path.join(ANDROID_BUILD_TOP, stream.read().strip())
49 return os.path.join(ANDROID_BUILD_TOP, "prebuilts", "gcc", Uname(), "arm", label, "bin",
  /external/valgrind/main/
clean-targets.sh 6 obj=$ANDROID_BUILD_TOP/out/target/product/stingray/obj
  /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 \
  /dalvik/tests/etc/
host-run-test-jar 121 HOSTBASE="${ANDROID_BUILD_TOP}/out/host"

Completed in 1234 milliseconds

1 2