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
30
) 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
/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
$
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 \
/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
/prebuilt/android-arm/kernel/
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/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/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
/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/*
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/*
/prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/
build-toolchain.sh
8
# You need to have a recent AOSP workspace, and have
ANDROID_BUILD_TOP
51
if [ -z "$
ANDROID_BUILD_TOP
" ]; then
54
echo "or define
ANDROID_BUILD_TOP
in your environment to point to it. Note that"
58
ANDROID_BUILD_TOP
=.
118
cd $
ANDROID_BUILD_TOP
&&
154
cp -rf $
ANDROID_BUILD_TOP
/development/ndk $DEVELOPMENT_DIR
/prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/
build-toolchain.sh
8
# You need to have a recent AOSP workspace, and have
ANDROID_BUILD_TOP
51
if [ -z "$
ANDROID_BUILD_TOP
" ]; then
54
echo "or define
ANDROID_BUILD_TOP
in your environment to point to it. Note that"
58
ANDROID_BUILD_TOP
=.
118
cd $
ANDROID_BUILD_TOP
&&
154
cp -rf $
ANDROID_BUILD_TOP
/development/ndk $DEVELOPMENT_DIR
/sdk/ddms/app/etc/
ddms
89
if [ -n "$
ANDROID_BUILD_TOP
" ]; then
91
swtpath="${
ANDROID_BUILD_TOP
}/prebuilt/${osname}-${vmarch}/swt"
/sdk/hierarchyviewer2/app/etc/
hierarchyviewer
90
if [ -n "$
ANDROID_BUILD_TOP
" ]; then
92
swtpath="${
ANDROID_BUILD_TOP
}/prebuilt/${osname}-${vmarch}/swt"
/sdk/monkeyrunner/etc/
monkeyrunner
81
if [ -n "$
ANDROID_BUILD_TOP
" ]; then
83
swtpath="${
ANDROID_BUILD_TOP
}/prebuilt/${osname}-${vmarch}/swt"
/sdk/sdkmanager/app/etc/
android
95
if [ -n "$
ANDROID_BUILD_TOP
" ]; then
97
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.
/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/icudt46l-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
/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 \
/dalvik/tests/etc/
host-run-test-jar
121
HOSTBASE="${
ANDROID_BUILD_TOP
}/out/host"
/cts/
CtsTestCoverage.mk
18
# Run "make cts-test-coverage" in the $
ANDROID_BUILD_TOP
directory.
69
$(hide) echo $(1): file://$(
ANDROID_BUILD_TOP
)/$(coverage_out)/$(5)
Completed in 690 milliseconds
1
2