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
diff --git a/packages/SystemUI/animation/Android.bp b/packages/SystemUI/animation/Android.bp
index 8eb012d..6f53b42 100644
--- a/packages/SystemUI/animation/Android.bp
+++ b/packages/SystemUI/animation/Android.bp
@@ -68,5 +68,6 @@
     kotlincflags: ["-Xjvm-default=all"],
 
     // sdk_version must be specified, otherwise it compiles against private APIs.
+    min_sdk_version: "33",
     sdk_version: "current",
 }