diff options
author | Wale Ogunwale <ogunwale@google.com> | 2018-04-11 15:12:31 -0700 |
---|---|---|
committer | Wale Ogunwale <ogunwale@google.com> | 2018-04-12 15:26:31 -0700 |
commit | 3da5f3b2ddf35ed436cd9a0c6a349c59c97f8d78 (patch) | |
tree | df1d8625e3297350e40d450835c2e24a8cb5ca28 /tools/aapt2/SdkConstants.h | |
parent | 79634c7025f66e26444df12c12db2ebbf2d81bfe (diff) |
Finalizing P SDK
Bug: 77588754
Test: builds
Change-Id: Ic06cad790a3dc53d012a7c43dfac911fc6dc61e7
Diffstat (limited to 'tools/aapt2/SdkConstants.h')
-rw-r--r-- | tools/aapt2/SdkConstants.h | 2 |
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); |