Merge "Generate an empty target if there is no packages"

This commit is contained in:
Ying Wang 2011-09-27 11:31:12 -07:00 committed by Android (Google) Code Review
commit 2a71850eb3
1 changed files with 2 additions and 0 deletions

View File

@ -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)