mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
12 lines
No EOL
372 B
Text
12 lines
No EOL
372 B
Text
# 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 |