fix makefile for gradle4
This commit is contained in:
parent
18f6934cda
commit
50b33cfc2b
2
Makefile
2
Makefile
@ -3,7 +3,7 @@
|
|||||||
default:
|
default:
|
||||||
|
|
||||||
debug: build
|
debug: build
|
||||||
adb install -r ./app/build/outputs/apk/app-debug.apk
|
adb install -r ./app/build/outputs/apk/debug/app-debug.apk
|
||||||
|
|
||||||
build:
|
build:
|
||||||
ssh qemu '. .bash_aliases && cd /hostfs/vanilla && ./gradlew build -x lintVitalRelease -x lint'
|
ssh qemu '. .bash_aliases && cd /hostfs/vanilla && ./gradlew build -x lintVitalRelease -x lint'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user