commit | 3da5f3b2ddf35ed436cd9a0c6a349c59c97f8d78 | [log] [tgz] |
---|---|---|
author | Wale Ogunwale <ogunwale@google.com> | Wed Apr 11 15:12:31 2018 -0700 |
committer | Wale Ogunwale <ogunwale@google.com> | Thu Apr 12 15:26:31 2018 -0700 |
tree | df1d8625e3297350e40d450835c2e24a8cb5ca28 | |
parent | 79634c7025f66e26444df12c12db2ebbf2d81bfe [diff] [blame] |
Finalizing P SDK Bug: 77588754 Test: builds Change-Id: Ic06cad790a3dc53d012a7c43dfac911fc6dc61e7
diff --git a/tools/aapt2/SdkConstants.h b/tools/aapt2/SdkConstants.h index 5b7be3b..9fa29f2 100644 --- a/tools/aapt2/SdkConstants.h +++ b/tools/aapt2/SdkConstants.h
@@ -53,7 +53,7 @@ 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);