am 8c71784e: Merge "Initialize mJunkPath to false"
* commit '8c71784e9e83e914135e996591aa7903edd2fd96': Initialize mJunkPath to false
This commit is contained in:
committed by
Android Git Automerger
commit
cc6cf51b80
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user