Skip to content

Commit 8c71784

Browse files
Jean-Baptiste Queruandroid code review
authored andcommitted
Merge "Initialize mJunkPath to false"
2 parents a9543a3 + dbcfed9 commit 8c71784

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)