Confirmed users
908
edits
(→Preparing a Fennec mozconfig: add missing --with-android-toolchain option to mozconfig) |
(→Preparing a Fennec mozconfig: the android-toolchain option doesn't appear to be necessary) |
||
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" | ||
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. |