From 572053a02ef746b03b43a478b9d53471c1456ed5 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 23 Mar 2023 21:30:15 +0000 Subject: [PATCH] Time for SEO in . So many names/numbers for one release... Test: treehugger Change-Id: I00ddb13485c185fc003ea087f1df404bc39fa435 --- libc/include/android/api-level.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libc/include/android/api-level.h b/libc/include/android/api-level.h index fe77d8f76..6602e5de2 100644 --- a/libc/include/android/api-level.h +++ b/libc/include/android/api-level.h @@ -162,7 +162,10 @@ __BEGIN_DECLS */ #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__`. */