diff options
author | 2014-02-17 11:00:29 +0000 | |
---|---|---|
committer | 2014-02-17 11:00:30 +0000 | |
commit | be57fca41a731217010d9f92554cf48708b06ecf (patch) | |
tree | 7bedc0f6ce12d10aad0bb1ba3a75b9d3d12ad8cd /tools/aapt/Command.cpp | |
parent | 49024bacf63db39467e7f318c682ad771ec0de22 (diff) | |
parent | 788fa41482b9d398591b7db8b0b01839029611ad (diff) |
Merge "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'; |