We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 864af14 + d16a41f commit 3e072fbCopy full SHA for 3e072fb
Demo/setup.sh
@@ -6,6 +6,7 @@ source swift-define
6
if [[ $OSTYPE == 'darwin'* ]]; then
7
echo "Install macOS build dependencies"
8
brew install skiptools/skip/skip
9
+ skip android sdk install
10
brew update
11
HOMEBREW_NO_AUTO_UPDATE=1 brew install wget cmake ninja android-ndk
12
fi
@@ -18,4 +19,4 @@ cp -rf $SWIFT_ANDROID_LIBS/*.so \
18
19
# Copy C stdlib
20
cp -rf $SWIFT_ANDROID_SYSROOT/usr/lib/$ANDROID_LIB/libc++_shared.so \
21
$SRC_ROOT/app/src/main/jniLibs/$ANDROID_ARCH/
-echo "Copied Swift libraries"
22
+echo "Copied Swift libraries"
0 commit comments