Confirmed users, Bureaucrats and Sysops emeriti
792
edits
Line 66: | Line 66: | ||
==== Full Build ==== | ==== Full Build ==== | ||
Normal Firefox build, with the following mozconfig. If building fennec, clone the mobile-browser repo as 'mobile' in the toplevel mozilla dir. | Normal Firefox build, with the following mozconfig. If building fennec, clone the mobile-browser repo as 'mobile' in the toplevel mozilla dir. Make sure you set the paths to the NDK/SDK appropriately. | ||
ac_add_options --enable-application=browser | ac_add_options --enable-application=browser | ||
Line 90: | Line 90: | ||
ac_add_options --target=arm-android-eabi | ac_add_options --target=arm-android-eabi | ||
ac_add_options --with-android-ndk=" | ac_add_options --with-android-ndk="CHANGE/PATH/TO/android-ndk-r3" | ||
ac_add_options --with-android-sdk=" | ac_add_options --with-android-sdk="CHANGE/PATH/TO/android-sdk-linux_86/platforms/android-6" | ||
ac_add_options --with-android-tools=" | ac_add_options --with-android-tools="CHANGE/PATH/TO/android-sdk-linux_86/tools" | ||
ac_add_options --with-endian=little | ac_add_options --with-endian=little | ||
ac_add_options --enable-tree-freetype | ac_add_options --enable-tree-freetype |