OSDN Git Service

AAPT emits error for res with no 'default' product
authorAdam Lesinski <adamlesinski@google.com>
Mon, 7 Oct 2013 23:54:01 +0000 (16:54 -0700)
committerAdam Lesinski <adamlesinski@google.com>
Mon, 27 Jan 2014 18:31:07 +0000 (10:31 -0800)
commit8ff15b4cada7998e78c93934ab2c869c322d7e07
tree98c5c7e41ca513b9dd115675a5559e4d80946df7
parent492d16434acaaf050f676b6767fbf020fd6ff772
AAPT emits error for res with no 'default' product

Rather than ignoring resources that do not match the specified
product, we keep track of the ignored ones and make sure that
some variant of the resource that matches the product was processed.

bug:10860838
Change-Id: I7a35f37fda2c9561634f75323bd4cb2b9047e29b
tools/aapt/ResourceTable.cpp