Confirmed users
908
edits
(→Preparing a Fennec mozconfig: add missing --with-android-toolchain option to mozconfig) |
|||
| Line 50: | Line 50: | ||
ac_add_options --with-android-sdk="/path/to/android-sdk" | ac_add_options --with-android-sdk="/path/to/android-sdk" | ||
ac_add_options --with-android-ndk="/path/to/android-ndk-r10e" | ac_add_options --with-android-ndk="/path/to/android-ndk-r10e" | ||
ac_add_options --with-android-toolchain="/path/to/android-ndk-r10e/toolchains/arm-linux-androideabi-VERSION/prebuilt/ARCH" | |||
This assumes you have followed the instructions above and are using Android platform 22 and NDK version r10e. You must use <tt>$HOME</tt> instead of <tt>~</tt> in your mozconfig because <tt>~</tt> does not get expanded. | This assumes you have followed the instructions above and are using Android platform 22 and NDK version r10e. You must use <tt>$HOME</tt> instead of <tt>~</tt> in your mozconfig because <tt>~</tt> does not get expanded. | ||