OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANDROID_HOME
(Results
1 - 8
of
8
) sorted by null
/external/robolectric/v1/
find-android.sh
4
#
ANDROID_HOME
has been set before running ant (e.g.
ANDROID_HOME
=/usr/local/Cellar/android-sdk/r10 ant)
6
if [ -z $
ANDROID_HOME
]; then
7
ANDROID_HOME
=`which android | sed 's/\/tools\/android$//'`
10
echo "sdk.dir=$
ANDROID_HOME
" > local.properties
/external/skia/tools/skqp/
make_apk.sh
23
if ! [ -d "$
ANDROID_HOME
" ] || ! [ -x "${
ANDROID_HOME
}/platform-tools/adb" ]; then
24
printf '\n$
ANDROID_HOME
not set or is broken.\n' >&2
make_universal_apk
17
The environment variables ANDROID_NDK and
ANDROID_HOME
must be set to the
21
ANDROID_HOME
="$
ANDROID_HOME
"
33
[ -d "$
ANDROID_HOME
" ] || usage
/external/skqp/tools/skqp/
make_apk.sh
23
if ! [ -d "$
ANDROID_HOME
" ] || ! [ -x "${
ANDROID_HOME
}/platform-tools/adb" ]; then
24
printf '\n$
ANDROID_HOME
not set or is broken.\n' >&2
make_universal_apk
17
The environment variables ANDROID_NDK and
ANDROID_HOME
must be set to the
21
ANDROID_HOME
="$
ANDROID_HOME
"
33
[ -d "$
ANDROID_HOME
" ] || usage
/external/lisa/libs/utils/
env.py
103
**
ANDROID_HOME
**
104
Path to Android SDK. Defaults to ``$
ANDROID_HOME
`` from the
222
self.
ANDROID_HOME
= os.environ.get('
ANDROID_HOME
', None)
419
self.
ANDROID_HOME
= self.conf.get('
ANDROID_HOME
',
420
self.
ANDROID_HOME
)
421
if self.
ANDROID_HOME
:
422
self._adb = os.path.join(self.
ANDROID_HOME
,
424
self._fastboot = os.path.join(self.
ANDROID_HOME
,
[
all
...]
/external/robolectric-shadows/scripts/
install-dependencies.rb
10
# 2. Your
ANDROID_HOME
environment variable points to the Android SDK install directory.
73
puts "Make sure that the '
ANDROID_HOME
' Environment Variable is properly set in your development environment pointing to your SDK installation directory."
97
path = "#{
ANDROID_HOME
}/platforms/android-#{api}/android.jar"
120
ANDROID_HOME
= ENV['
ANDROID_HOME
']
121
ADDONS = "#{
ANDROID_HOME
}/add-ons"
122
GOOGLE_REPO = "#{
ANDROID_HOME
}/extras/google/m2repository"
123
ANDROID_REPO = "#{
ANDROID_HOME
}/extras/android/m2repository"
/tools/metalava/src/test/java/com/android/tools/metalava/
DriverTest.kt
[
all
...]
Completed in 443 milliseconds