Lines Matching full:android_home
16 ``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
56 echo 'No $ANDROID_HOME specified.'
59 PREFIX=$ANDROID_HOME/usr/local
60 TOOLCHAIN=$ANDROID_HOME/toolchain
78 if [ -z "$ANDROID_HOME" ]; then
79 echo 'No $ANDROID_HOME specified.'
82 PREFIX=$ANDROID_HOME/usr/local
83 TOOLCHAIN=$ANDROID_HOME/toolchain
103 if [ -z "$ANDROID_HOME" ]; then
104 echo 'No $ANDROID_HOME specified.'
107 PREFIX=$ANDROID_HOME/usr/local
108 TOOLCHAIN=$ANDROID_HOME/toolchain
123 if [ -z "$ANDROID_HOME" ]; then
124 echo 'No $ANDROID_HOME specified.'
127 PREFIX=$ANDROID_HOME/usr/local
128 TOOLCHAIN=$ANDROID_HOME/toolchain