mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Add Android mozconfig
This commit is contained in:
parent
d7788a6d6d
commit
fbe9582c37
1 changed files with 12 additions and 0 deletions
12
mozconfigs/uxp-android-arm32
Normal file
12
mozconfigs/uxp-android-arm32
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Build Dactyloidae for Android:
|
||||
ac_add_options --enable-application=mobile/android
|
||||
ac_add_options --target=arm-linux-androideabi
|
||||
|
||||
# With the following Android SDK:
|
||||
ac_add_options --with-android-sdk="/absolute/path/to/android-sdk"
|
||||
|
||||
# Enable artifact building:
|
||||
ac_add_options --enable-artifact-builds
|
||||
|
||||
# Write build artifacts to:
|
||||
mk_add_options MOZ_OBJDIR=./objdir-frontend
|
||||
Loading…
Add table
Add a link
Reference in a new issue