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"

View File

@@ -364,6 +364,7 @@ if [ "${build_mono}" == "1" ]; then
cp out/android/templates-mono/android_source.zip ${templatesdir_mono}/
mkdir -p ${templatesdir_mono}/bcl
cp -r out/android/templates-mono/bcl/godot_android_ext ${templatesdir_mono}/bcl/
cp -r out/android/templates-mono/bcl/monodroid ${templatesdir_mono}/bcl/
## iOS (Mono) ##