mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 01:37:40 +00:00
save [skip ci]
This commit is contained in:
parent
f354ae8c7d
commit
b3e0c0b734
1 changed files with 1 additions and 2 deletions
3
scripts/android/build_mwebd.sh
Normal file → Executable file
3
scripts/android/build_mwebd.sh
Normal file → Executable 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 $_
|
Loading…
Reference in a new issue