cake_wallet/scripts/android/build_mwebd.sh
2024-06-08 15:00:26 +02:00

6 lines
No EOL
232 B
Bash
Executable file

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