]> git.saurik.com Git - android/aapt.git/commit - ResourceTable.h
Don't lose product variant strings that also vary between locales.
authorEric Fischer <enf@google.com>
Tue, 27 Sep 2011 23:09:41 +0000 (16:09 -0700)
committerEric Fischer <enf@google.com>
Tue, 27 Sep 2011 23:09:41 +0000 (16:09 -0700)
commit8a9f9549fcc1f476428ed77b14a0142b99721a0a
tree18dde131dfec934bfc2346ebdfdccc5b3947ee0a
parent901384222cb775bceec4723c285866bd4617b4bb
Don't lose product variant strings that also vary between locales.

Localized strings with product variants were not being included in the APK,
apparently because the check to ensure that a different variation of the
string had not already been included in the APK was matching the version
of it from the default, untranslated configuration.

Now check to make sure that the string not only exists but also exists in
the correct configuration.

Bug 5372711

Change-Id: I52975570b75e0f11827dc6bcf1cb4a987d0541aa
ResourceTable.cpp
ResourceTable.h