134
edits
(→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=/ | 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 ==== |
edits