forked from openkylin/platform_build
Merge "Generate an empty target if there is no packages"
This commit is contained in:
commit
2a71850eb3
|
@ -234,6 +234,8 @@ $(APKCERTS_FILE):
|
|||
private_key=""' >> $@;,\
|
||||
echo 'name="$(p).apk" certificate="$(PACKAGES.$(p).CERTIFICATE)" \
|
||||
private_key="$(PACKAGES.$(p).PRIVATE_KEY)"' >> $@;))
|
||||
# In case $(PACKAGES) is empty.
|
||||
$(hide) touch $@
|
||||
|
||||
.PHONY: apkcerts-list
|
||||
apkcerts-list: $(APKCERTS_FILE)
|
||||
|
|
Loading…
Reference in New Issue