commit | cc0fe6e8c0bb2dfb250522872be6facb4d4a0339 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Jan 30 08:54:12 2018 -0800 |
committer | Elliott Hughes <enh@google.com> | Tue Jan 30 08:54:12 2018 -0800 |
tree | 73b9e54a979e9d4b1e2ce50ccc129e58b0484b31 | |
parent | 4cd3550d50cb14efe3d86ab9732ce75def5b85bd [diff] |
The future is now (2018 edition). Bug: N/A Test: builds Change-Id: Ic638e5b1f4e5901885fe7bc60b2a265817636b21
diff --git a/libc/include/android/api-level.h b/libc/include/android/api-level.h index 18825e7..7a909d7 100644 --- a/libc/include/android/api-level.h +++ b/libc/include/android/api-level.h
@@ -58,5 +58,6 @@ #define __ANDROID_API_N_MR1__ 25 #define __ANDROID_API_O__ 26 #define __ANDROID_API_O_MR1__ 27 +#define __ANDROID_API_P__ 28 -#endif /* ANDROID_API_LEVEL_H */ +#endif