]> git.saurik.com Git - android/aapt.git/commitdiff
am cc6cf51b: am 8c71784e: Merge "Initialize mJunkPath to false"
authorJean-Baptiste Queru <jbq@google.com>
Fri, 22 Jun 2012 21:36:49 +0000 (14:36 -0700)
committerAndroid Git Automerger <android-git-automerger@android.com>
Fri, 22 Jun 2012 21:36:49 +0000 (14:36 -0700)
* commit 'cc6cf51b80eabd199f797f40b76f7980c343962b':
  Initialize mJunkPath to false

Bundle.h

index d7cb61a25f02539c53a69b3f1b1cba4c78e1afb8..a5aa0b5b20aba7f272d3d187644f85fd228cacac 100644 (file)
--- a/Bundle.h
+++ b/Bundle.h
@@ -51,7 +51,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),