Skip to content

Commit 25a6f65

Browse files
committed
[Preset] Add linux crosscompile android preset
1 parent 59e3450 commit 25a6f65

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

utils/build-presets.ini

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -781,10 +781,27 @@ skip-test-libdispatch
781781
skip-test-playgroundsupport
782782
skip-test-libicu
783783

784+
[preset: buildbot_linux_crosscompile_android,tools=RA,stdlib=RD,build]
785+
mixin-preset=buildbot_linux
786+
787+
release
788+
assertions
789+
790+
dash-dash
791+
792+
android
793+
android-ndk=%(ndk_path)s
794+
android-api-level=21
795+
android-icu-uc=%(arm_dir)s/libicuucswift.so
796+
android-icu-uc-include=%(arm_dir)s/icu/source/common
797+
android-icu-i18n=%(arm_dir)s/libicui18nswift.so
798+
android-icu-i18n-include=%(arm_dir)s/icu/source/i18n
799+
784800
# Ubuntu 18.04 preset for backwards compat and future customizations.
785801
[preset: buildbot_linux_1804]
786802
mixin-preset=buildbot_linux
787803

804+
788805
# Ubuntu 16.10 preset for backwards compat and future customizations.
789806
[preset: buildbot_linux_1610]
790807
mixin-preset=buildbot_linux

0 commit comments

Comments
 (0)