aboutsummaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2017-08-07 11:19:17 -0700
committerJohn Reck <jreck@google.com>2017-08-07 11:22:52 -0700
commit709bc42280fcda89ec2ad9bd9fbe5ae63e2833c8 (patch)
treec67f8d83e73cf98765c77b7d0cce40e938dd5777 /libc
parent1342527b5791a53bf441322ab9adf41c8e060a1e (diff)
downloadbionic-709bc42280fcda89ec2ad9bd9fbe5ae63e2833c8.tar.gz
Add O MR1 define
Bug: 64394076 Test: none Change-Id: Ice3991c626dd2cce93c9a571ba529fa5b0129492
Diffstat (limited to 'libc')
-rw-r--r--libc/include/android/api-level.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/include/android/api-level.h b/libc/include/android/api-level.h
index c83c18d7f..d43f78055 100644
--- a/libc/include/android/api-level.h
+++ b/libc/include/android/api-level.h
@@ -55,5 +55,6 @@
#define __ANDROID_API_N__ 24
#define __ANDROID_API_N_MR1__ 25
#define __ANDROID_API_O__ 26
+#define __ANDROID_API_O_MR1__ 27
#endif /* ANDROID_API_LEVEL_H */