summaryrefslogtreecommitdiff
path: root/tools/aapt/Command.cpp
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-02-17 03:03:49 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2014-02-17 03:03:49 -0800
commit28879bbfe89dc4bf2067a7183975ecffb82f68e6 (patch)
treeaf994f62d0f6fa15ae2d1355f9632a87da083c04 /tools/aapt/Command.cpp
parent183e5e038bd844ac415b14f22df5c476732066c8 (diff)
parentbe57fca41a731217010d9f92554cf48708b06ecf (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.cpp1
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';