fix(MOBILE/android): make scripts monorepo compatible (#866)
This diff contains minor changes to make the build scripts in here
compatible with https://github.com/bassosimone/monorepo.
See 5e4c797380
This commit is contained in:
parent
b7cc22bcbf
commit
342a74cad8
4 changed files with 48 additions and 38 deletions
2
Makefile
2
Makefile
|
|
@ -214,7 +214,7 @@ show-config:
|
|||
#help:
|
||||
#help: * `make ./MOBILE/android/oonimkall.aar`: the AAR
|
||||
.PHONY: ./MOBILE/android/oonimkall.aar
|
||||
./MOBILE/android/oonimkall.aar: search/for/android/sdk maybe/copypsiphon
|
||||
./MOBILE/android/oonimkall.aar: search/for/go search/for/android/sdk maybe/copypsiphon
|
||||
./MOBILE/gomobile android ./pkg/oonimkall
|
||||
|
||||
#help:
|
||||
|
|
|
|||
Loading…
Reference in a new issue