From dbcfed9e2cad3175109aca4b55bbe41da7238a4f Mon Sep 17 00:00:00 2001 From: Haitao Feng Date: Fri, 22 Jun 2012 09:20:26 +0800 Subject: [PATCH] Initialize mJunkPath to false Change-Id: Ib48bb1d91736d27f055528c3ba275237ff5ada07 --- tools/aapt/Bundle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/aapt/Bundle.h b/tools/aapt/Bundle.h index e402d70b299fb..7ef495194f535 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),