mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
383 B
Plaintext
15 lines
383 B
Plaintext
. "$topsrcdir/mobile/android/config/mozconfigs/common"
|
|
|
|
ac_add_options --target=arm-linux-androideabi
|
|
ac_add_options --with-arch=armv6
|
|
|
|
export MOZ_PKG_SPECIAL=armv6
|
|
|
|
ac_add_options --with-branding=mobile/android/branding/nightly
|
|
|
|
export JAVA_HOME=/tools/jdk6
|
|
export MOZILLA_OFFICIAL=1
|
|
export MOZ_TELEMETRY_REPORTING=1
|
|
|
|
. "$topsrcdir/mobile/android/config/mozconfigs/common.override"
|