Home
last modified time | relevance | path

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

12

/third_party/nghttp2/doc/sources/
Dbuilding-android-binary.rst16 ``ANDROID_HOME`` environment variable. We need to install toolchain
17 under ``$ANDROID_HOME/toolchain``. An user can freely choose the path
18 for ``ANDROID_HOME``. For example, to install toolchain under
19 ``$ANDROID_HOME/toolchain``, do this in the the directory where NDK is
26 --install-dir $ANDROID_HOME/toolchain
33 ``$ANDROID_HOME/usr/local``. We recommend to build these libraries as
42 ``ANDROID_HOME`` environment variable must be set to point to the
43 correct path. Also add ``$ANDROID_HOME/toolchain/bin`` to ``PATH``:
47 $ export PATH=$PATH:$ANDROID_HOME/toolchain/bin
55 if [ -z "$ANDROID_HOME" ]; then
[all …]
/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/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/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/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/nghttp2/
Dandroid-config26 if [ -z "$ANDROID_HOME" ]; then
27 echo 'No $ANDROID_HOME specified.'
30 PREFIX="$ANDROID_HOME"/usr/local
31 TOOLCHAIN="$ANDROID_HOME"/toolchain
Dandroid-make26 if [ -z "$ANDROID_HOME" ]; then
27 echo 'No $ANDROID_HOME specified.'
30 TOOLCHAIN=$ANDROID_HOME/toolchain
DDockerfile.android17 ENV ANDROID_HOME /root
18 ENV TOOLCHAIN $ANDROID_HOME/toolchain
35 mkdir -p $ANDROID_HOME/toolchain && \
36 $ANDROID_HOME/android-ndk-$NDK_VERSION/build/tools/make-standalone-toolchain.sh \
37 --install-dir=$ANDROID_HOME/toolchain \
/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/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/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/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
/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/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/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/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.

12