diff options
author | 2014-10-02 12:31:16 +0000 | |
---|---|---|
committer | 2014-10-02 12:31:16 +0000 | |
commit | 5e77475b5d1de1fecbaf5b3e27988a255a3c399e (patch) | |
tree | dde9a0b48cf6e5ba02e0c87dfada3677280bc530 /tools/aapt/XMLNode.cpp | |
parent | 87332a7109610d02ac7f5db6af99d3a11813d5c1 (diff) | |
parent | 152d9aae631381ea28f5701168d372a1486a7502 (diff) |
am 152d9aae: am 31629651: Merge "Frameworks/base: Fix more aapt issues"
* commit '152d9aae631381ea28f5701168d372a1486a7502':
Frameworks/base: Fix more aapt issues
Diffstat (limited to 'tools/aapt/XMLNode.cpp')
-rw-r--r-- | tools/aapt/XMLNode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/XMLNode.cpp b/tools/aapt/XMLNode.cpp index 5391832f4068..b38b2eda4f73 100644 --- a/tools/aapt/XMLNode.cpp +++ b/tools/aapt/XMLNode.cpp @@ -1021,7 +1021,7 @@ status_t XMLNode::assignResourceIds(const sp<AaptAssets>& assets, for (size_t i=0; i<N; i++) { const attribute_entry& e = mAttributes.itemAt(i); if (e.ns.size() <= 0) continue; - bool nsIsPublic; + bool nsIsPublic = true; String16 pkg(getNamespaceResourcePackage(String16(assets->getPackage()), e.ns, &nsIsPublic)); if (kIsDebug) { printf("Elem %s %s=\"%s\": namespace(%s) %s ===> %s\n", |