diff options
author | Narayan Kamath <narayan@google.com> | 2014-02-17 03:03:49 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-02-17 03:03:49 -0800 |
commit | 28879bbfe89dc4bf2067a7183975ecffb82f68e6 (patch) | |
tree | af994f62d0f6fa15ae2d1355f9632a87da083c04 /tools/aapt/Command.cpp | |
parent | 183e5e038bd844ac415b14f22df5c476732066c8 (diff) | |
parent | be57fca41a731217010d9f92554cf48708b06ecf (diff) |
am be57fca4: Merge "Extended locales in AAPT / AssetManager."
* commit 'be57fca41a731217010d9f92554cf48708b06ecf':
Extended locales in AAPT / AssetManager.
Diffstat (limited to 'tools/aapt/Command.cpp')
-rw-r--r-- | tools/aapt/Command.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aapt/Command.cpp b/tools/aapt/Command.cpp index 8a6faed585a2..c7cce96cf401 100644 --- a/tools/aapt/Command.cpp +++ b/tools/aapt/Command.cpp @@ -517,6 +517,7 @@ int doDump(Bundle* bundle) // the API version because key resources like icons will have an implicit // version if they are using newer config types like density. ResTable_config config; + memset(&config, 0, sizeof(ResTable_config)); config.language[0] = 'e'; config.language[1] = 'n'; config.country[0] = 'U'; |