diff options
author | Elliott Hughes <enh@google.com> | 2018-08-22 10:50:29 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2018-08-22 10:50:29 -0700 |
commit | cf97d7f121c8e7c8127dbbe00ea2958b159368da (patch) | |
tree | cbd6c42b02d94b545bc939882adc0ceb1c265480 /libc/include/android/api-level.h | |
parent | 8f2298e73f4d930b58a8466fd7264e9a88c96d99 (diff) |
Folks are starting to need a placeholder name for Q.
Better to just have one place to update...
Bug: N/A
Test: builds
Change-Id: If7135d26f498b0841f9ae505bf6ca3ed05767345
Diffstat (limited to 'libc/include/android/api-level.h')
-rw-r--r-- | libc/include/android/api-level.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/include/android/api-level.h b/libc/include/android/api-level.h index 7a909d78d..6ed6c0a05 100644 --- a/libc/include/android/api-level.h +++ b/libc/include/android/api-level.h @@ -59,5 +59,6 @@ #define __ANDROID_API_O__ 26 #define __ANDROID_API_O_MR1__ 27 #define __ANDROID_API_P__ 28 +#define __ANDROID_API_Q__ 29 #endif |