Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e70d4bde authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "libui: use __ANDROID_API_V__" into main

parents 9b1356c1 4f61be28
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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 {