Android: Difference between revisions

Jump to navigation Jump to search
42 bytes removed ,  19 March 2010
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.  This assumes that the NDK/SDK were unpacked in the parent directory; if they're elsewhere, change the paths accordingly.
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="$PWD/../android-ndk-r3"
  ac_add_options --with-android-ndk="CHANGE/PATH/TO/android-ndk-r3"
  ac_add_options --with-android-sdk="$PWD/../android-sdk-linux_86/platforms/android-6"
  ac_add_options --with-android-sdk="CHANGE/PATH/TO/android-sdk-linux_86/platforms/android-6"
  ac_add_options --with-android-tools="$PWD/../android-sdk-linux_86/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
Confirmed users, Bureaucrats and Sysops emeriti
792

edits

Navigation menu