]> git.saurik.com Git - android/aapt.git/blobdiff - Bundle.h
Initialize mJunkPath to false
[android/aapt.git] / Bundle.h
index e402d70b299fb998207cd19cbd44b2f713a66362..7ef495194f535402938c9d37ebe631da8474069c 100644 (file)
--- 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),