projects
/
android
/
aapt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
293395f
)
Initialize mJunkPath to false
author
Haitao Feng
<haitao.feng@intel.com>
Fri, 22 Jun 2012 01:20:26 +0000
(09:20 +0800)
committer
Haitao Feng
<haitao.feng@intel.com>
Fri, 22 Jun 2012 01:20:26 +0000
(09:20 +0800)
Change-Id: Ib48bb1d91736d27f055528c3ba275237ff5ada07
Bundle.h
patch
|
blob
|
blame
|
history
diff --git
a/Bundle.h
b/Bundle.h
index e402d70b299fb998207cd19cbd44b2f713a66362..7ef495194f535402938c9d37ebe631da8474069c 100644
(file)
--- a/
Bundle.h
+++ b/
Bundle.h
@@
-39,7
+39,7
@@
public:
mUpdate(false), mExtending(false),
mRequireLocalization(false), mPseudolocalize(false),
mWantUTF16(false), mValues(false),
- mCompressionMethod(0), mOutputAPKFile(NULL),
+ mCompressionMethod(0), m
JunkPath(false), m
OutputAPKFile(NULL),
mManifestPackageNameOverride(NULL), mInstrumentationPackageNameOverride(NULL),
mAutoAddOverlay(false), mGenDependencies(false),
mAssetSourceDir(NULL),