summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jean-Baptiste Queru <jbq@google.com> 2012-06-22 13:47:51 -0700
committer android code review <noreply-gerritcodereview@google.com> 2012-06-22 13:47:51 -0700
commit8c71784e9e83e914135e996591aa7903edd2fd96 (patch)
tree0d00f26132e510b1bb0c8758ecd09d9c57410064
parenta9543a3dad0da58f30580bdf99b76bc2ab97a2df (diff)
parentdbcfed9e2cad3175109aca4b55bbe41da7238a4f (diff)
Merge "Initialize mJunkPath to false"
-rw-r--r--tools/aapt/Bundle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/Bundle.h b/tools/aapt/Bundle.h
index e402d70b299f..7ef495194f53 100644
--- a/tools/aapt/Bundle.h
+++ b/tools/aapt/Bundle.h
@@ -39,7 +39,7 @@ public:
mUpdate(false), mExtending(false),
mRequireLocalization(false), mPseudolocalize(false),
mWantUTF16(false), mValues(false),
- mCompressionMethod(0), mOutputAPKFile(NULL),
+ mCompressionMethod(0), mJunkPath(false), mOutputAPKFile(NULL),
mManifestPackageNameOverride(NULL), mInstrumentationPackageNameOverride(NULL),
mAutoAddOverlay(false), mGenDependencies(false),
mAssetSourceDir(NULL),