canmove, Confirmed users
1,584
edits
(NDK link) |
(big mozconfig no longer needed) |
||
| Line 15: | Line 15: | ||
#OBJDIR=objdir-android | #OBJDIR=objdir-android | ||
#mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/$OBJDIR | #mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/$OBJDIR | ||
# Global options | # Global options | ||
ac_add_options -- | ac_add_options --disable-debug | ||
ac_add_options -- | ac_add_options --enable-optimize | ||
# | # Build Fennec | ||
ac_add_options -- | ac_add_options --enable-application=mobile | ||
# | # Android | ||
ac_add_options --target=arm-android-eabi | ac_add_options --target=arm-android-eabi | ||
ac_add_options --with-endian=little | ac_add_options --with-endian=little | ||
ac_add_options -- | ac_add_options --with-android-ndk="/PATH/TO/android-ndk-r4-crystax" | ||
ac_add_options --with-android-sdk="/PATH/TO/local/opt/android-sdk/platforms/android-8" | |||
ac_add_options -- | ac_add_options --with-android-tools="/PATH/TO/local/opt/android-sdk/tools" | ||
ac_add_options -- | |||
# ssltunnel can't build because the ndk doesn't have string, vector, or algorithm headers | # ssltunnel can't build because the ndk doesn't have string, vector, or algorithm headers | ||
ac_add_options --disable-tests | ac_add_options --disable-tests | ||