save [skip ci]

This commit is contained in:
Matthew Fosse 2024-06-08 15:00:26 +02:00
parent f354ae8c7d
commit b3e0c0b734

3
scripts/android/build_mwebd.sh Normal file → Executable file
View file

@ -1,7 +1,6 @@
git clone https://github.com/ltcmweb/mwebd
cd mwebd
go install github.com/ltcmweb/mwebd/cmd/mwebd@latest
gomobile bind -target=android -androidapi 19 github.com/ltcmweb/mwebd
gomobile bind -target=android -androidapi 21 github.com/ltcmweb/mwebd
mkdir -p ../../../cw_mweb/android/libs/
mv ./mwebd.aar $_