From 4029b05b04fd14fdd15464c3da1b16d93bf618da Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 21 Oct 2022 15:00:29 -0700 Subject: [PATCH] Add __ANDROID_API_[STU]__ definitions Bring the host_init_stubs.h header file in sync with the header file. Change-Id: I0d344b5f89f909e5315a0075773efd0b725a72a4 Signed-off-by: Bart Van Assche --- init/host_init_stubs.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init/host_init_stubs.h b/init/host_init_stubs.h index 2a8bf6c2b..753ed6bb2 100644 --- a/init/host_init_stubs.h +++ b/init/host_init_stubs.h @@ -29,6 +29,9 @@ #define __ANDROID_API_P__ 28 #define __ANDROID_API_Q__ 29 #define __ANDROID_API_R__ 30 +#define __ANDROID_API_S__ 31 +#define __ANDROID_API_T__ 33 +#define __ANDROID_API_U__ 34 // sys/system_properties.h #define PROP_VALUE_MAX 92