Loading include/android/bitmap.h +2 −12 Original line number Diff line number Diff line Loading @@ -31,18 +31,8 @@ #include <stddef.h> #include <jni.h> #ifndef __ANDROID__ // Value copied from 'bionic/libc/include/android/api-level.h' which is not available on // non Android systems. It is set to 10000 which is same as __ANDROID_API_FUTURE__ value. #ifndef __ANDROID_API__ #define __ANDROID_API__ 10000 #endif // Value copied from 'bionic/libc/include/android/versioning.h' which is not available on // non Android systems #ifndef __INTRODUCED_IN #define __INTRODUCED_IN(api_level) #endif #if !defined(__INTRODUCED_IN) #define __INTRODUCED_IN(__api_level) /* nothing */ #endif #ifdef __cplusplus Loading include/android/imagedecoder.h +2 −12 Original line number Diff line number Diff line Loading @@ -51,18 +51,8 @@ #include <android/rect.h> #include <stdint.h> #ifndef __ANDROID__ // Value copied from 'bionic/libc/include/android/api-level.h' which is not available on // non Android systems. It is set to 10000 which is same as __ANDROID_API_FUTURE__ value. #ifndef __ANDROID_API__ #define __ANDROID_API__ 10000 #endif // Value copied from 'bionic/libc/include/android/versioning.h' which is not available on // non Android systems #ifndef __INTRODUCED_IN #define __INTRODUCED_IN(api_level) #endif #if !defined(__INTRODUCED_IN) #define __INTRODUCED_IN(__api_level) /* nothing */ #endif #ifdef __cplusplus Loading include/android/thermal.h +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ #include <sys/types.h> #if !defined(__INTRODUCED_IN) #define __INTRODUCED_IN(30) /* Introduced in API level 30 */ #define __INTRODUCED_IN(__api_level) /* nothing */ #endif #ifdef __cplusplus Loading Loading
include/android/bitmap.h +2 −12 Original line number Diff line number Diff line Loading @@ -31,18 +31,8 @@ #include <stddef.h> #include <jni.h> #ifndef __ANDROID__ // Value copied from 'bionic/libc/include/android/api-level.h' which is not available on // non Android systems. It is set to 10000 which is same as __ANDROID_API_FUTURE__ value. #ifndef __ANDROID_API__ #define __ANDROID_API__ 10000 #endif // Value copied from 'bionic/libc/include/android/versioning.h' which is not available on // non Android systems #ifndef __INTRODUCED_IN #define __INTRODUCED_IN(api_level) #endif #if !defined(__INTRODUCED_IN) #define __INTRODUCED_IN(__api_level) /* nothing */ #endif #ifdef __cplusplus Loading
include/android/imagedecoder.h +2 −12 Original line number Diff line number Diff line Loading @@ -51,18 +51,8 @@ #include <android/rect.h> #include <stdint.h> #ifndef __ANDROID__ // Value copied from 'bionic/libc/include/android/api-level.h' which is not available on // non Android systems. It is set to 10000 which is same as __ANDROID_API_FUTURE__ value. #ifndef __ANDROID_API__ #define __ANDROID_API__ 10000 #endif // Value copied from 'bionic/libc/include/android/versioning.h' which is not available on // non Android systems #ifndef __INTRODUCED_IN #define __INTRODUCED_IN(api_level) #endif #if !defined(__INTRODUCED_IN) #define __INTRODUCED_IN(__api_level) /* nothing */ #endif #ifdef __cplusplus Loading
include/android/thermal.h +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ #include <sys/types.h> #if !defined(__INTRODUCED_IN) #define __INTRODUCED_IN(30) /* Introduced in API level 30 */ #define __INTRODUCED_IN(__api_level) /* nothing */ #endif #ifdef __cplusplus Loading