Android: Difference between revisions

Jump to navigation Jump to search
43 bytes added ,  15 December 2009
→‎Full Build: Make mozconfig work when not on vlad's machine
(→‎Building: Add section about fixing headers)
(→‎Full Build: Make mozconfig work when not on vlad's machine)
Line 104: Line 104:
  # android options
  # android options
  ac_add_options --target=arm-android-eabi
  ac_add_options --target=arm-android-eabi
  ac_add_options --with-android-ndk=/home/vladimir/proj/android/android-ndk-1.6_r1
  ac_add_options --with-android-ndk="$PWD/../android-ndk-1.6_r1"
  ac_add_options --with-endian=little
  ac_add_options --with-endian=little
  ac_add_options --enable-tree-freetype
  ac_add_options --enable-tree-freetype
Line 116: Line 116:
  # ssltunnel can't build if we disable crypto
  # ssltunnel can't build if we disable crypto
  ac_add_options --disable-tests
  ac_add_options --disable-tests
This assumes the ndk was installed in the parent directory.


==== JS/NSPR only ====
==== JS/NSPR only ====
134

edits

Navigation menu