add libs makefile

This commit is contained in:
Adrian Ulrich 2019-01-26 11:13:05 +01:00
parent 3bb0998d76
commit 972999c60f
2 changed files with 9 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.PHONY: debug build release clean
.PHONY: debug build release clean libs
default:
@ -8,7 +8,7 @@ lint:
debug: build
adb install -r ./app/build/outputs/apk/debug/app-debug.apk
build:
build: libs
ssh qemu '. .bash_aliases && cd /hostfs/vanilla && ./gradlew build -x lintVitalRelease -x lint'
release: clean
@ -22,3 +22,6 @@ uninstall:
gce-nightly:
./gradlew assembleRelease && cd ./app/build/outputs/apk/release && zipalign -v -p 4 app-release-unsigned.apk aligned.apk && echo aaaaaa | apksigner sign -ks ~/.android.keystore --out nightly-signed.apk aligned.apk
libs:
$(MAKE) -C libs

4
libs/Makefile Normal file
View File

@ -0,0 +1,4 @@
default: dialogplus
dialogplus:
git clone https://github.com/vanilla-music/dialogplus