OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANDROID_BUILD_TOP
(Results
1 - 25
of
33
) 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/suite/pts/tools/tradefed/
pts-tradefed
54
if [ ! -z ${
ANDROID_BUILD_TOP
} ]; then
64
PTS_ROOT=${
ANDROID_BUILD_TOP
}/out/host/${OS}/pts
/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
/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
/sdk/ddms/app/etc/
ddms
89
if [ -n "$
ANDROID_BUILD_TOP
" ]; then
91
swtpath="${
ANDROID_BUILD_TOP
}/prebuilts/tools/${osname}-${vmarch}/swt"
/sdk/hierarchyviewer2/app/etc/
hierarchyviewer
90
if [ -n "$
ANDROID_BUILD_TOP
" ]; then
92
swtpath="${
ANDROID_BUILD_TOP
}/prebuilts/tools/${osname}-${vmarch}/swt"
/sdk/monkeyrunner/etc/
monkeyrunner
81
if [ -n "$
ANDROID_BUILD_TOP
" ]; then
83
swtpath="${
ANDROID_BUILD_TOP
}/prebuilts/tools/${osname}-${vmarch}/swt"
/sdk/sdkmanager/app/etc/
android
95
if [ -n "$
ANDROID_BUILD_TOP
" ]; then
97
swtpath="${
ANDROID_BUILD_TOP
}/prebuilts/tools/${osname}-${vmarch}/swt"
/sdk/traceview/etc/
traceview
87
if [ -n "$
ANDROID_BUILD_TOP
" ]; then
89
swtpath="${
ANDROID_BUILD_TOP
}/prebuilts/tools/${osname}-${vmarch}/swt"
/sdk/uiautomatorviewer/etc/
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
, "prebuilt", Uname(), "toolchain", label, "bin",
/external/icu4c/stubdata/
icu_dat_generator.py
23
# $
ANDROID_BUILD_TOP
/external/icu4c/stubdata$ ./icu_dat_generator.py --verbose
26
# 1. Add icudtxxl-<datname>.txt to $
ANDROID_BUILD_TOP
/external/icu4c/stubdata.
28
# $
ANDROID_BUILD_TOP
/external/icu4c/stubdata/icudt48l-us.txt
49
print " $
ANDROID_BUILD_TOP
/external/icu4c/stubdata$ ./icu_dat_generator.py"
221
global
ANDROID_BUILD_TOP
# $
ANDROID_BUILD_TOP
222
global ICU4C_DIR # $
ANDROID_BUILD_TOP
/external/icu4c
249
ANDROID_BUILD_TOP
= os.environ.get("
ANDROID_BUILD_TOP
")
250
if not
ANDROID_BUILD_TOP
[
all
...]
/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 560 milliseconds
1
2