Rename animator:animator to core:core-animation
Rename the animator libraries based on feedback.
animator/animator -> core/core-animation
animator/animator-testing -> core/core-animation-testing
animator/integration-tests -> core/core-animation-integration-tests
Bug: 152020427
Test: ./gradlew :core:core-animation-integration-tests:testapp:connectedCheck
Change-Id: I70c74a51ac28ce04f380e7dd559b0f739da42381
diff --git a/settings.gradle b/settings.gradle
index 05af43f..fe01e31 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -61,9 +61,6 @@
includeProject(":annotation:annotation-experimental", "annotation/annotation-experimental")
includeProject(":annotation:annotation-experimental-lint", "annotation/annotation-experimental-lint")
includeProject(":annotation:annotation-experimental-lint-integration-tests", "annotation/annotation-experimental-lint/integration-tests")
-includeProject(":animator:animator", "animator/animator")
-includeProject(":animator:animator-testing", "animator/animator-testing")
-includeProject(":animator:integration-tests:testapp", "animator/integration-tests/testapp")
includeProject(":appcompat:appcompat", "appcompat/appcompat")
includeProject(":appcompat:appcompat-benchmark", "appcompat/appcompat-benchmark")
includeProject(":appcompat:appcompat-lint", "appcompat/appcompat-lint")
@@ -107,6 +104,9 @@
includeProject(":contentpager:contentpager", "contentpager/contentpager")
includeProject(":coordinatorlayout:coordinatorlayout", "coordinatorlayout/coordinatorlayout")
includeProject(":core:core", "core/core")
+includeProject(":core:core-animation", "core/core-animation")
+includeProject(":core:core-animation-testing", "core/core-animation-testing")
+includeProject(":core:core-animation-integration-tests:testapp", "core/core-animation-integration-tests/testapp")
includeProject(":core:core-ktx", "core/core-ktx")
includeProject(":core-role", "core/core-role")
includeProject(":cursoradapter:cursoradapter", "cursoradapter/cursoradapter")