summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2009-05-15 21:15:37 -0700
committerDianne Hackborn <hackbod@google.com>2009-05-15 21:15:37 -0700
commit072e499a0e7e74ee004673b1976c17afca4a29d7 (patch)
treea3b9f6f19c15c9a2bf73fe40ff8ab5c9e3d27b8b /tools
parent7fa69c15ceafa3453e4f60f8e38c4bda94cde4aa (diff)
parentfa6baa259d8b1af768e5c1d7ceb27184391f8fb1 (diff)
downloadframeworks_base-072e499a0e7e74ee004673b1976c17afca4a29d7.zip
frameworks_base-072e499a0e7e74ee004673b1976c17afca4a29d7.tar.gz
frameworks_base-072e499a0e7e74ee004673b1976c17afca4a29d7.tar.bz2
Merge commit 'refs/changes/39/1839/1' of ssh://hackbod@android-git.corp.google.com:29418/platform/frameworks/base into merge
Diffstat (limited to 'tools')
-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) {}