commit | d46fabd81d67070fa205781e448b81197abd3db8 | [log] [tgz] |
---|---|---|
author | Lucas Dupin <dupin@google.com> | Wed Aug 30 15:17:25 2023 -0700 |
committer | Lucas Dupin <dupin@google.com> | Wed Aug 30 15:17:25 2023 -0700 |
tree | 7fffea85d8a0ebea687738fc0855c78860bee178 | |
parent | 10daa0412aaac183ad488e73efef497043e1d8e0 [diff] [blame] |
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", }