From: Kenny Root Date: Wed, 10 Mar 2010 00:55:23 +0000 (-0800) Subject: Dedupe resource config pointers X-Git-Url: https://git.saurik.com/android/aapt.git/commitdiff_plain/d38cd880626e1508ffec8d891a8e61b8f5c8cb7d?hp=d38cd880626e1508ffec8d891a8e61b8f5c8cb7d Dedupe resource config pointers When there are two configs in a StringPool that would match a string ID only keep the more generic entry to save some space. This means that if you have both "es" and "es_US" translations that have the same translation, the string entry would be removed from the "es_US" config. Change-Id: I4d619942d35ddb477e2eabe4437b7f02697c24de ---