[2/3] Create a new motion testing toolkit based on AnimatorTestRule.
This toolkit will allow us to test all Animator and Spring-based motion
using AnimatorTestRule.
Bug: 323863002
Flag: EXEMPT test only
Test: atest AnimatorTestRuleToolkitTest
Change-Id: Id5eb04abe896d6d58920ff3eaf1867e401f2b5ee
diff --git a/tests/testables/Android.bp b/tests/testables/Android.bp
index f211185..17cc0b2 100644
--- a/tests/testables/Android.bp
+++ b/tests/testables/Android.bp
@@ -35,4 +35,8 @@
"androidx.test.rules",
"mockito-target-inline-minus-junit4",
],
+ static_libs: [
+ "PlatformMotionTesting",
+ "kotlinx_coroutines_test",
+ ],
}