Skip to content

Commit dbcfed9

Browse files
committed
Initialize mJunkPath to false
Change-Id: Ib48bb1d91736d27f055528c3ba275237ff5ada07
1 parent a9543a3 commit dbcfed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/aapt/Bundle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Bundle {
3939
mUpdate(false), mExtending(false),
4040
mRequireLocalization(false), mPseudolocalize(false),
4141
mWantUTF16(false), mValues(false),
42-
mCompressionMethod(0), mOutputAPKFile(NULL),
42+
mCompressionMethod(0), mJunkPath(false), mOutputAPKFile(NULL),
4343
mManifestPackageNameOverride(NULL), mInstrumentationPackageNameOverride(NULL),
4444
mAutoAddOverlay(false), mGenDependencies(false),
4545
mAssetSourceDir(NULL),

0 commit comments

Comments
 (0)