diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/aapt/Bundle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/Bundle.h b/tools/aapt/Bundle.h index d7cb61a..a5aa0b5 100644 --- a/tools/aapt/Bundle.h +++ b/tools/aapt/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), |