diff options
author | Makoto Onuki <omakoto@google.com> | 2017-08-31 08:35:59 -0700 |
---|---|---|
committer | Michael Wright <michaelwr@google.com> | 2017-08-31 18:06:26 +0000 |
commit | 7bd7a62336b013467d06f23290663fc3b4d1e37a (patch) | |
tree | af9ec5b695e6445eacaaa798cbf9b8b1d75d44fd /tools/aapt/SdkConstants.h | |
parent | 25706748aa867a9bd29fd2882c14e95167252517 (diff) |
Add VERSION_CODES.P
Bug: 64982450
Test: Build and boot
Change-Id: I0a90033239081c583b10021cbc06d032e206beb4
Diffstat (limited to 'tools/aapt/SdkConstants.h')
-rw-r--r-- | tools/aapt/SdkConstants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aapt/SdkConstants.h b/tools/aapt/SdkConstants.h index bf56ec024699..b982d0d2ea63 100644 --- a/tools/aapt/SdkConstants.h +++ b/tools/aapt/SdkConstants.h @@ -43,6 +43,7 @@ enum { SDK_NOUGAT_MR1 = 25, SDK_O = 26, SDK_O_MR1 = 27, + SDK_P = 10000, // STOPSHIP Replace with the real version. }; #endif // H_AAPT_SDK_CONSTANTS |