From e64a6a7a86ccb69bb08f028f68e828fa777d38b7 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 --- Bundle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bundle.h b/Bundle.h index e402d70..7ef4951 100644 --- a/Bundle.h +++ b/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), -- 2.45.2