Mobile/Fennec/Android: Difference between revisions

Jump to navigation Jump to search
→‎Preparing a Fennec mozconfig: the android-toolchain option doesn't appear to be necessary
(→‎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"
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.
Confirmed users
908

edits

Navigation menu