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

Commit 494685fe authored by Ray Essick's avatar Ray Essick Committed by Android (Google) Code Review
Browse files

Merge "Remove bad logic to manage when working on next sdk" into main

parents 7174ef0c a33a869d
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -515,11 +515,6 @@ MediaCodecsXmlParser::Impl::Parser::Parser(State *state, std::string path)

    std::call_once(sCheckOnce, [&](){
        mysdk = android_get_device_api_level();

        // work around main development branch being on same SDK as the last dessert release.
        if (__ANDROID_API__ == __ANDROID_API_FUTURE__) {
            mysdk++;
        }
    });
#endif  // __ANDROID_API_U__
}