Merge "Add macro for API level V."
This commit is contained in:
commit
40af03dcaf
1 changed files with 3 additions and 0 deletions
|
@ -165,6 +165,9 @@ __BEGIN_DECLS
|
|||
/** 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__)
|
||||
|
||||
|
|
Loading…
Reference in a new issue