OSDN Git Service

Support build targets with no installable apps/packages
authorGaurav Shah <gauravsh@google.com>
Sun, 23 Aug 2015 16:40:05 +0000 (09:40 -0700)
committerGaurav Shah <gauravsh@google.com>
Mon, 2 Nov 2015 22:18:30 +0000 (14:18 -0800)
commit67c2ed390fbb41b81002e93e3c6de62c585c6d4c
treea1d2edac0862f0554f995493cb326d27c18d8bb5
parent04ba31236e694c6d4c3347dae3631e45a48209ae
Support build targets with no installable apps/packages

Specifically, do not error out if no installable apps are found.

- When creating an archive of all the apps, and if no apps exist
for the target, generate an empty archive file.
- If building for a target with no installable jar(s) or apk(s),
generate an empty package stats file.

The former is just an output artifact. The latter is used
by the upload_pkg_stats.py script which correctly handles
an empty input file.

BUG: 23421592

Change-Id: I48db9f9e1f61914d8fd938130e09b41849685450
core/Makefile