summaryrefslogtreecommitdiff
path: root/tools/aapt/Command.cpp
diff options
context:
space:
mode:
author Narayan Kamath <narayan@google.com> 2014-02-17 11:00:29 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-02-17 11:00:30 +0000
commitbe57fca41a731217010d9f92554cf48708b06ecf (patch)
tree7bedc0f6ce12d10aad0bb1ba3a75b9d3d12ad8cd /tools/aapt/Command.cpp
parent49024bacf63db39467e7f318c682ad771ec0de22 (diff)
parent788fa41482b9d398591b7db8b0b01839029611ad (diff)
Merge "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';