Android: Fix packaging of Mono.Android with the bcl

This commit is contained in:
Rémi Verschelde
2019-12-18 15:24:40 +01:00
parent 4d14345d37
commit 340eba3966
2 changed files with 3 additions and 2 deletions

View File

@@ -71,8 +71,8 @@ if [ "${MONO}" == "1" ]; then
cp bin/android_debug.apk /root/out/templates-mono/android_debug.apk
cp bin/android_release.apk /root/out/templates-mono/android_release.apk
mkdir /root/out/templates-mono/bcl
cp -r /root/mono-installs/android-bcl/monodroid /root/out/templates-mono/bcl/
mkdir -p /root/out/templates-mono/bcl
cp -r /root/mono-installs/android-bcl/* /root/out/templates-mono/bcl/
fi
echo "Android build successful"