OSDN Git Service

AAPT: Fix regression in resource versioning
authorAdam Lesinski <adamlesinski@google.com>
Fri, 14 Aug 2015 20:16:18 +0000 (13:16 -0700)
committerAdam Lesinski <adamlesinski@google.com>
Fri, 14 Aug 2015 20:41:46 +0000 (13:41 -0700)
commitbeb9e33bfb79847c25aac98e39f3ea620a953ef7
tree4f795b9e4b2cdf95f1dd6b43fdf02eb9fc438b0e
parent81eeef589386483722c21572d9ab6d3f95dd26be
AAPT: Fix regression in resource versioning

With a set of resources with the following configurations:

()
(land)

the regression caused any resources that needed to be versioned in configuration () to be lost.

Bug:23038206
Change-Id: I2f1b0313fb780ac241e7aaa487cb37dfb79c36aa
tools/aapt/Android.mk
tools/aapt/ResourceTable.cpp
tools/aapt/ResourceTable.h
tools/aapt/tests/ResourceTable_test.cpp [new file with mode: 0644]