summaryrefslogtreecommitdiffstats
path: root/tools/aapt/Bundle.h
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2009-05-15 18:45:15 -0700
committerDianne Hackborn <hackbod@google.com>2009-05-15 18:50:34 -0700
commitfa6baa259d8b1af768e5c1d7ceb27184391f8fb1 (patch)
treea15acb0bf12e4b72c12b0fa53b58274e98b7402c /tools/aapt/Bundle.h
parent5b3189e03c71bcd276e0b39d0ec5e2f699a1697f (diff)
downloadframeworks_base-fa6baa259d8b1af768e5c1d7ceb27184391f8fb1.zip
frameworks_base-fa6baa259d8b1af768e5c1d7ceb27184391f8fb1.tar.gz
frameworks_base-fa6baa259d8b1af768e5c1d7ceb27184391f8fb1.tar.bz2
Argh fix another build breakage!
Diffstat (limited to 'tools/aapt/Bundle.h')
-rw-r--r--tools/aapt/Bundle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/aapt/Bundle.h b/tools/aapt/Bundle.h
index 216ece4..2eb7a1d 100644
--- a/tools/aapt/Bundle.h
+++ b/tools/aapt/Bundle.h
@@ -38,6 +38,8 @@ public:
mAssetSourceDir(NULL),
mAndroidManifestFile(NULL), mPublicOutputFile(NULL),
mRClassDir(NULL), mResourceIntermediatesDir(NULL),
+ mMinSdkVersion(NULL), mTargetSdkVersion(NULL), mMaxSdkVersion(NULL),
+ mVersionCode(NULL), mVersionName(NULL),
mArgc(0), mArgv(NULL)
{}
~Bundle(void) {}