Merge "Time for SEO in <android/api-level.h>." am: 76210fba9e am: 98665f2190 am: 54c7fcd259
Original change: https://android-review.googlesource.com/c/platform/bionic/+/2506958
Change-Id: I247770ffcccfaec3a36609db961e65bdf085002d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/libc/include/android/api-level.h b/libc/include/android/api-level.h
index fe77d8f..6602e5d 100644
--- a/libc/include/android/api-level.h
+++ b/libc/include/android/api-level.h
@@ -162,7 +162,10 @@
*/
#define __ANDROID_API_T__ 33
-/** Names the "U" API level (34), for comparison against `__ANDROID_API__`. */
+/**
+ * Names the Android 14 (aka "U" or "UpsideDownCake") API level (34),
+ * for comparison against `__ANDROID_API__`.
+ */
#define __ANDROID_API_U__ 34
/** Names the "V" API level (35), for comparison against `__ANDROID_API__`. */