Merge "Add the other known aliases for the recent Android releases." am: 7c3f9cb63f
Original change: https://android-review.googlesource.com/c/platform/bionic/+/2154497 Change-Id: I79d76fa9d700e397ce6ea94275e20e2bf0068a97 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
886da16305
1 changed files with 14 additions and 6 deletions
|
@ -139,19 +139,27 @@ __BEGIN_DECLS
|
||||||
#define __ANDROID_API_P__ 28
|
#define __ANDROID_API_P__ 28
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Names the "Q" API level (29), for comparison against `__ANDROID_API__`.
|
* Names the Android 10 (aka "Q" or "Quince Tart") API level (29), for
|
||||||
* This release was called Android 10 publicly, not to be (but sure to be)
|
* comparison against `__ANDROID_API__`.
|
||||||
* confused with API level 10.
|
|
||||||
*/
|
*/
|
||||||
#define __ANDROID_API_Q__ 29
|
#define __ANDROID_API_Q__ 29
|
||||||
|
|
||||||
/** Names the "R" API level (30), for comparison against `__ANDROID_API__`. */
|
/**
|
||||||
|
* Names the Android 11 (aka "R" or "Red Velvet Cake") API level (30), for
|
||||||
|
* comparison against `__ANDROID_API__`.
|
||||||
|
*/
|
||||||
#define __ANDROID_API_R__ 30
|
#define __ANDROID_API_R__ 30
|
||||||
|
|
||||||
/** Names the "S" API level (31), for comparison against `__ANDROID_API__`. */
|
/**
|
||||||
|
* Names the Android 12 (aka "S" or "Snowcone") API level (31), for
|
||||||
|
* comparison against `__ANDROID_API__`.
|
||||||
|
*/
|
||||||
#define __ANDROID_API_S__ 31
|
#define __ANDROID_API_S__ 31
|
||||||
|
|
||||||
/** Names the "T" API level (33), for comparison against `__ANDROID_API__`. */
|
/**
|
||||||
|
* Names the Android 13 (aka "T" or "Tiramisu") API level (33), for
|
||||||
|
* comparison against `__ANDROID_API__`.
|
||||||
|
*/
|
||||||
#define __ANDROID_API_T__ 33
|
#define __ANDROID_API_T__ 33
|
||||||
|
|
||||||
/** Names the "U" API level (34), for comparison against `__ANDROID_API__`. */
|
/** Names the "U" API level (34), for comparison against `__ANDROID_API__`. */
|
||||||
|
|
Loading…
Reference in a new issue