Merge "Add macro for API level V."
diff --git a/libc/include/android/api-level.h b/libc/include/android/api-level.h
index 79085d1..fe77d8f 100644
--- a/libc/include/android/api-level.h
+++ b/libc/include/android/api-level.h
@@ -165,6 +165,9 @@
 /** Names the "U" API level (34), for comparison against `__ANDROID_API__`. */
 #define __ANDROID_API_U__ 34
 
+/** Names the "V" API level (35), for comparison against `__ANDROID_API__`. */
+#define __ANDROID_API_V__ 35
+
 /* This file is included in <features.h>, and might be used from .S files. */
 #if !defined(__ASSEMBLY__)