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

Commit d46fabd8 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Allow ShaderLib to run on T

AiWallpapers can run all the way back to T, so this library needs to do
the same to be a dependency.

Test: make
Bug: 297580448
Change-Id: I18317b32f7db89081fd7612afd8c08b16056df65
parent 10daa041
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -68,5 +68,6 @@ android_library {
    kotlincflags: ["-Xjvm-default=all"],

    // sdk_version must be specified, otherwise it compiles against private APIs.
    min_sdk_version: "33",
    sdk_version: "current",
}