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.
1 parent 864af14 commit 59ae839Copy full SHA for 59ae839
Demo/setup.sh
@@ -6,10 +6,13 @@ 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
13
14
+
15
16
# Copy Swift libraries
17
rm -rf $SRC_ROOT/app/src/main/jniLibs/$ANDROID_ARCH/
18
mkdir -p $SRC_ROOT/app/src/main/jniLibs/$ANDROID_ARCH/
@@ -18,4 +21,4 @@ cp -rf $SWIFT_ANDROID_LIBS/*.so \
21
# Copy C stdlib
19
22
cp -rf $SWIFT_ANDROID_SYSROOT/usr/lib/$ANDROID_LIB/libc++_shared.so \
20
23
$SRC_ROOT/app/src/main/jniLibs/$ANDROID_ARCH/
-echo "Copied Swift libraries"
24
+echo "Copied Swift libraries"
0 commit comments