Skip to content

Commit 5a73d44

Browse files
committed
ANDROID: Hack android SDK tools to work with ARM macOS
1 parent ba5a14a commit 5a73d44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

targets/android/build-binary

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ if [ -x "$ANDROIDSDK/tools/bin/avdmanager" ]; then
110110
unzip -q ./ant_tools.zip
111111
rm ant_tools.zip
112112
mv tools tools.ant
113+
cd tools.ant/lib
114+
ln -s x86_64 aarch64
113115
cd "$dir_antbuild"
114116
fi
115117
# point us to the ant tools

0 commit comments

Comments
 (0)