File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ SWIFT_LINUX_DIR="${SRC_DIR}/../build/Ninja-ReleaseAssert/swift-linux-x86_64"
26
26
--android \
27
27
--android-ndk " ${ANDROID_NDK_DIR} " \
28
28
--android-api-level 21 \
29
- --android-icu-uc " ${ANDROID_NDK_DIR } /armeabi-v7a" \
30
- --android-icu-uc-include " ${ANDROID_NDK_DIR } /armeabi-v7a/icu/source/common" \
31
- --android-icu-i18n " ${ANDROID_NDK_DIR } /armeabi-v7a" \
32
- --android-icu-i18n-include " ${ANDROID_NDK_DIR } /armeabi-v7a/icu/source/i18n" || exit
29
+ --android-icu-uc " ${ANDROID_ICU_DIR } /armeabi-v7a" \
30
+ --android-icu-uc-include " ${ANDROID_ICU_DIR } /armeabi-v7a/icu/source/common" \
31
+ --android-icu-i18n " ${ANDROID_ICU_DIR } /armeabi-v7a" \
32
+ --android-icu-i18n-include " ${ANDROID_ICU_DIR } /armeabi-v7a/icu/source/i18n" || exit
33
33
34
34
test -e ${SWIFT_LINUX_DIR} || exit
35
35
rm -rf ${SWIFT_TOOLCHAIN_DIR}
You can’t perform that action at this time.
0 commit comments