Home
last modified time | relevance | path

Searched full:android_home (Results 1 – 25 of 35) sorted by relevance

12

/third_party/skia/third_party/externals/oboe/tests/
DREADME.md18 echo $ANDROID_HOME
24 export ANDROID_HOME=$HOME/Library/Android/sdk
28 export ANDROID_HOME=$HOME/Android/Sdk
32 ls $ANDROID_HOME/ndk
36 export ANDROID_NDK=$ANDROID_HOME/ndk/21.0.6113669/
40 ls $ANDROID_HOME/cmake
44 export PATH=$PATH:$ANDROID_HOME/cmake/3.10.2.4988404/bin
/third_party/ejdb/docker/testbed/
Dsetup.sh121 echo 'export ANDROID_HOME=~/Android' >> ~/.profile
122 echo 'export ANDROID_SDK_ROOT=${ANDROID_HOME}' >> ~/.profile
123 echo 'PATH=$PATH:$ANDROID_HOME/tools' >> ~/.profile
124 echo 'PATH=$PATH:$ANDROID_HOME/tools/bin' >> ~/.profile
125 echo 'PATH=$PATH:$ANDROID_HOME/platform-tools' >> ~/.profile
128 echo 'export ANDROID_NDK_HOME=$ANDROID_HOME/ndk/$ANDROID_NDK_VERSION' >> ~/.profile
135 yes | sdkmanager --sdk_root=${ANDROID_HOME} --licenses
136 sdkmanager --sdk_root=${ANDROID_HOME} \
145 sdkmanager --sdk_root=${ANDROID_HOME} tools
146 yes | sdkmanager --sdk_root=${ANDROID_HOME} --licenses
[all …]
/third_party/skia/platform_tools/android/bin/
Dandroid_build_universal_viewer22 ANDROID_HOME="$(cd "$ANDROID_HOME"; pwd)"
61 The environment variables ANDROID_NDK and ANDROID_HOME must be set to the
65 ANDROID_HOME="$ANDROID_HOME"
74 [ -d "$ANDROID_HOME" ] || usage
/third_party/flutter/skia/platform_tools/android/bin/
Dandroid_build_universal_viewer22 ANDROID_HOME="$(cd "$ANDROID_HOME"; pwd)"
61 The environment variables ANDROID_NDK and ANDROID_HOME must be set to the
65 ANDROID_HOME="$ANDROID_HOME"
74 [ -d "$ANDROID_HOME" ] || usage
/third_party/skia/tools/skqp/
Dcreate_apk.py14 The environment variables ANDROID_NDK and ANDROID_HOME must be set to the
103 def accept_android_license(android_home): argument
105 [android_home + '/tools/bin/sdkmanager', '--licenses'],
162 accept_android_license(opts.android_home)
164 env_copy['ANDROID_HOME'] = opts.android_home
201 for var in ['ANDROID_NDK', 'ANDROID_HOME']:
205 self.android_home = os.path.abspath(os.environ['ANDROID_HOME'])
222 ('ANDROID_HOME', self.android_home),
DREADME.md28 Set the `ANDROID_HOME` environment variable.
33 export ANDROID_HOME=~/android-sdk # Or wherever you installed the Android SDK.
37 export PATH="${PATH}:${ANDROID_HOME}/platform-tools"
/third_party/flutter/skia/tools/skqp/
Dmake_universal_apk.py14 The environment variables ANDROID_NDK and ANDROID_HOME must be set to the
77 android_home, argument
85 assert os.path.exists(android_home)
171 env_copy['ANDROID_HOME'] = android_home
201 for var in ['ANDROID_NDK', 'ANDROID_HOME']:
219 android_home = os.path.abspath(os.environ['ANDROID_HOME'])
222 ('ANDROID_HOME', android_home),
231 android_home,
Dmake_apk.sh23 if ! [ -d "$ANDROID_HOME" ] || ! [ -x "${ANDROID_HOME}/platform-tools/adb" ]; then
24 printf '\n$ANDROID_HOME not set or is broken.\n' >&2
DREADME.md28 Set the `ANDROID_HOME` environment variable.
33 export ANDROID_HOME=~/android-sdk # Or wherever you installed the Android SDK.
37 export PATH="${PATH}:${ANDROID_HOME}/platform-tools"
/third_party/ejdb/src/bindings/ejdb2_flutter/android/
Dbuild.gradle31 if (System.env.ANDROID_HOME == null) {
32 throw new GradleException("Missing required ANDROID_HOME env variable");
34 return System.env.ANDROID_HOME;
87 // def libAndroid = new Library(fileReference(file("$System.env.ANDROID_HOME/platforms/$pro…
88 // libAndroid.setSourcePath(fileReference(file("$System.env.ANDROID_HOME/sources/$project.a…
/third_party/skia/third_party/externals/swiftshader/tests/
Drundroid.sh20 if [ -z "$ANDROID_HOME" ]; then
21 ANDROID_HOME=$HOME/Android/Sdk
31 adb push --sync "$ANDROID_HOME/ndk-bundle/sources/cxx-stl/llvm-libc++/libs/arm64-v8a/libc++_shared.…
/third_party/flutter/skia/third_party/externals/sdl/android-project/
Dbuild.xml33 get it from the ANDROID_HOME env var.
37 <condition property="sdk.dir" value="${env.ANDROID_HOME}">
38 <isset property="env.ANDROID_HOME" />
54 …properties using 'android update project' or to inject it through the ANDROID_HOME environment var…
/third_party/openh264/autotest/unitTest/
Drun_unitTest.sh16 echo export ANDROID_HOME="path of android sdk"
18 ANDROID_SDK_PATH=${ANDROID_HOME}
22 echo Please set ANDROID_HOME with the path of Android SDK
/third_party/flutter/flutter/packages/flutter_tools/lib/src/android/
Dandroid_sdk.dart22 const String kAndroidHome = 'ANDROID_HOME';
27 // $ANDROID_HOME/platform-tools/adb
29 // $ANDROID_HOME/build-tools/19.1.0/aapt, dx, zipalign
30 // $ANDROID_HOME/build-tools/22.0.1/aapt
31 // $ANDROID_HOME/build-tools/23.0.2/aapt
32 // $ANDROID_HOME/build-tools/24.0.0-preview/aapt
33 // $ANDROID_HOME/build-tools/25.0.2/apksigner
35 // $ANDROID_HOME/platforms/android-22/android.jar
36 // $ANDROID_HOME/platforms/android-23/android.jar
37 // $ANDROID_HOME/platforms/android-N/android.jar
Dapp_bundle.dart33 throwToolExit('No Android SDK found. Try setting the ANDROID_HOME environment variable.');
/third_party/openh264/autotest/unitTest/android/
Drun_AutoTest_android.sh15 echo export ANDROID_HOME="path of android sdk"
17 ANDROID_SDK_PATH=${ANDROID_HOME}
23 echo Please set ANDROID_HOME with the path of Android SDK
/third_party/flutter/skia/infra/bots/assets/android_sdk_linux/
Dcreate.py20 android_sdk_root = (os.environ.get('ANDROID_HOME') or
23 raise Exception('No --android_sdk_root provided and no ANDROID_HOME or '
/third_party/skia/infra/bots/assets/android_sdk_linux/
Dcreate_and_upload.py31 android_sdk_root = (os.environ.get('ANDROID_HOME') or
34 raise Exception('No --android_sdk_root provided and no ANDROID_HOME or '
/third_party/libuv/.github/workflows/
DCI.yml47 …$ANDROID_HOME/cmake/3.10.2.4988404/bin/cmake -DCMAKE_TOOLCHAIN_FILE=$ANDROID_HOME/ndk/20.0.5594570…
48 $ANDROID_HOME/cmake/3.10.2.4988404/bin/cmake --build .
/third_party/openh264/autotest/performanceTest/android/
Drun_AutoTest_android.sh9 echo export ANDROID_HOME="path of android sdk"
11 ANDROID_SDK_PATH=${ANDROID_HOME}
17 echo Please set ANDROID_HOME with the path of Android SDK
/third_party/flutter/skia/site/user/sample/
Dviewer.md41 [Android SDK](https://developer.android.com/studio/#command-tools) installed and your `ANDROID_HOME
46 export ANDROID_HOME=~/android-sdk # Or wherever you installed the Android SDK.
/third_party/skia/site/docs/user/sample/
Dviewer.md56 `ANDROID_HOME` environment variable set.
61 export ANDROID_HOME=~/android-sdk # Or wherever you installed the Android SDK.
/third_party/skia/third_party/externals/oboe/
D.travis.yml21 - export ANDROID_NDK_HOME=$ANDROID_HOME/ndk-bundle
/third_party/flutter/flutter/dev/bots/
Ddownload_android_sdk.sh5 if [[ -z $ANDROID_SDK_TOOLS_URL || -z $ANDROID_HOME || -z $ANDROID_SDK_ROOT ]]; then
/third_party/flutter/skia/infra/skqp/docker/android-skqp/
DDockerfile1 # This image can be used to build an Android app using the NDK, since $ANDROID_HOME is set.

12