From 972999c60f049e4aac09a3d14b80d176c8a8dc8a Mon Sep 17 00:00:00 2001 From: Adrian Ulrich Date: Sat, 26 Jan 2019 11:13:05 +0100 Subject: [PATCH] add libs makefile --- Makefile | 7 +++++-- libs/Makefile | 4 ++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 libs/Makefile diff --git a/Makefile b/Makefile index 8620d8b4..db6e5a93 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/libs/Makefile b/libs/Makefile new file mode 100644 index 00000000..a010fb15 --- /dev/null +++ b/libs/Makefile @@ -0,0 +1,4 @@ +default: dialogplus + +dialogplus: + git clone https://github.com/vanilla-music/dialogplus