[ion] android Makefile: declare targets as PHONY

This commit is contained in:
Émilie Feral
2020-02-18 14:05:18 +01:00
committed by Ecco
parent 38d02663b4
commit c8cbd9475d

View File

@@ -72,7 +72,7 @@ $(eval $(call rule_for_gradle,assembleRelease,.official.))
DEFAULT = epsilon.apk
.PHONY: epsilon.apk
.PHONY: epsilon%apk
ifdef ANDROID_SIGNING_STORE_FILE
epsilon%apk: gradle_assembleCodesigned_%
else