Skip to content

Commit db2c0db

Browse files
committed
1 parent c729825 commit db2c0db

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

swift-ci/sdks/android/build-docker

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -ex
1+
#!/bin/bash -e
22
#
33
# ===----------------------------------------------------------------------===
44
#
@@ -42,4 +42,10 @@ $DOCKER run -i --rm \
4242
-v ./source:/source \
4343
-v ./products:/products \
4444
swift-android \
45-
/scripts/build.sh --source-dir /source --products-dir /products --android-api ${ANDROID_API} --host-toolchain /usr/local/swift --archs ${TARGET_ARCHS}
45+
/scripts/build.sh \
46+
--source-dir /source \
47+
--products-dir /products \
48+
--host-toolchain /usr/local/swift \
49+
--android-api ${ANDROID_API} \
50+
--ndk-home /usr/local/ndk/${ANDROID_NDK_VERSION} \
51+
--archs ${TARGET_ARCHS}

swift-ci/sdks/android/build-local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -ex
1+
#!/bin/bash -e
22
#
33
# ===----------------------------------------------------------------------===
44
#

0 commit comments

Comments
 (0)