summaryrefslogtreecommitdiff
path: root/tools/aapt2/SdkConstants.h
diff options
context:
space:
mode:
authorWale Ogunwale <ogunwale@google.com>2018-04-11 15:12:31 -0700
committerWale Ogunwale <ogunwale@google.com>2018-04-12 15:26:31 -0700
commit3da5f3b2ddf35ed436cd9a0c6a349c59c97f8d78 (patch)
treedf1d8625e3297350e40d450835c2e24a8cb5ca28 /tools/aapt2/SdkConstants.h
parent79634c7025f66e26444df12c12db2ebbf2d81bfe (diff)
Finalizing P SDK
Bug: 77588754 Test: builds Change-Id: Ic06cad790a3dc53d012a7c43dfac911fc6dc61e7
Diffstat (limited to 'tools/aapt2/SdkConstants.h')
-rw-r--r--tools/aapt2/SdkConstants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt2/SdkConstants.h b/tools/aapt2/SdkConstants.h
index 5b7be3bb45ae..9fa29f25c29c 100644
--- a/tools/aapt2/SdkConstants.h
+++ b/tools/aapt2/SdkConstants.h
@@ -53,7 +53,7 @@ enum : ApiVersion {
SDK_NOUGAT_MR1 = 25,
SDK_O = 26,
SDK_O_MR1 = 27,
- SDK_P = 10000, // STOPSHIP Replace with the real version.
+ SDK_P = 28,
};
ApiVersion FindAttributeSdkLevel(const ResourceId& id);