Merge "Time for SEO in <android/api-level.h>." am: 76210fba9e
am: 98665f2190
Original change: https://android-review.googlesource.com/c/platform/bionic/+/2506958 Change-Id: I9fff7e5648bc6613de97042371951731946392eb Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
54c7fcd259
1 changed files with 4 additions and 1 deletions
|
@ -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__`. */
|
||||
|
|
Loading…
Reference in a new issue