Skip to content

Commit 340eba3

Browse files
committed
Android: Fix packaging of Mono.Android with the bcl
1 parent 4d14345 commit 340eba3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build-android/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ if [ "${MONO}" == "1" ]; then
7171
cp bin/android_debug.apk /root/out/templates-mono/android_debug.apk
7272
cp bin/android_release.apk /root/out/templates-mono/android_release.apk
7373

74-
mkdir /root/out/templates-mono/bcl
75-
cp -r /root/mono-installs/android-bcl/monodroid /root/out/templates-mono/bcl/
74+
mkdir -p /root/out/templates-mono/bcl
75+
cp -r /root/mono-installs/android-bcl/* /root/out/templates-mono/bcl/
7676
fi
7777

7878
echo "Android build successful"

build-release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@ if [ "${build_mono}" == "1" ]; then
364364
cp out/android/templates-mono/android_source.zip ${templatesdir_mono}/
365365

366366
mkdir -p ${templatesdir_mono}/bcl
367+
cp -r out/android/templates-mono/bcl/godot_android_ext ${templatesdir_mono}/bcl/
367368
cp -r out/android/templates-mono/bcl/monodroid ${templatesdir_mono}/bcl/
368369

369370
## iOS (Mono) ##

0 commit comments

Comments
 (0)