summaryrefslogtreecommitdiff
path: root/tools/aapt2/AppInfo.h
diff options
context:
space:
mode:
authorAdam Lesinski <adamlesinski@google.com>2016-08-11 13:39:24 -0700
committerAdam Lesinski <adamlesinski@google.com>2016-08-15 12:14:26 -0700
commit36c73a595910e96f3552f938eeb81d46356067a1 (patch)
tree69632325f13ba59c48c9951b35abc3ef6e7ceda3 /tools/aapt2/AppInfo.h
parent534376f3e9e302946d6f5aae883748107d466c50 (diff)
AAPT2: Expose split support to command line
Bug:30445078 Change-Id: If4b8530dba71b9059b8e62c04757da99c1119d22
Diffstat (limited to 'tools/aapt2/AppInfo.h')
-rw-r--r--tools/aapt2/AppInfo.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/aapt2/AppInfo.h b/tools/aapt2/AppInfo.h
index 1d39b722b053..a9794a419ca2 100644
--- a/tools/aapt2/AppInfo.h
+++ b/tools/aapt2/AppInfo.h
@@ -37,6 +37,16 @@ struct AppInfo {
* The App's minimum SDK version.
*/
Maybe<std::string> minSdkVersion;
+
+ /**
+ * The Version code of the app.
+ */
+ Maybe<uint32_t> versionCode;
+
+ /**
+ * The revision code of the app.
+ */
+ Maybe<uint32_t> revisionCode;
};
} // namespace aapt