Tune the expand animation interpolation. (1/2)

See b/184726377#comment4 for a video.

Bug: 184726377
Test: Manual
Change-Id: I22981702cc6e3f226c66d9b46827e4b9793b4e11
diff --git a/packages/SystemUI/animation/Android.bp b/packages/SystemUI/animation/Android.bp
index 9248be9..ab9ab83 100644
--- a/packages/SystemUI/animation/Android.bp
+++ b/packages/SystemUI/animation/Android.bp
@@ -21,7 +21,7 @@
     default_applicable_licenses: ["frameworks_base_packages_SystemUI_license"],
 }
 
-java_library {
+android_library {
 
     name: "SystemUIAnimationLib",
 
@@ -30,9 +30,15 @@
         "src/**/*.kt",
     ],
 
+    resource_dirs: [
+        "res",
+    ],
+
     static_libs: [
         "PluginCoreLib",
         "SystemUI-sensors",
     ],
 
+    manifest: "AndroidManifest.xml",
+
 }