diff options
Diffstat (limited to 'libs/ui/Gralloc5.cpp')
-rw-r--r-- | libs/ui/Gralloc5.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/ui/Gralloc5.cpp b/libs/ui/Gralloc5.cpp index f14a5cf1a2..c9ec036186 100644 --- a/libs/ui/Gralloc5.cpp +++ b/libs/ui/Gralloc5.cpp @@ -91,8 +91,7 @@ static void *loadIMapperLibrary() { } void* so = nullptr; - // TODO(b/322384429) switch this to __ANDROID_API_V__ when V is finalized - if API_LEVEL_AT_LEAST(__ANDROID_API_FUTURE__, 202404) { + if API_LEVEL_AT_LEAST (__ANDROID_API_V__, 202404) { so = AServiceManager_openDeclaredPassthroughHal("mapper", mapperSuffix.c_str(), RTLD_LOCAL | RTLD_NOW); } else { |