Move TestExecutor into common testutils
Introduces a new common testutils module which doesn't have dependencies
on Android.
Fixes: #130065661
Test: paging:paging-common:check
Test: paging:paging-runtime:cC
Change-Id: Ideac1f94c91a29e7d534c1bedd0417f8b2061d4f
diff --git a/settings.gradle b/settings.gradle
index 0293b47..bd8bb58 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -253,6 +253,7 @@
/////////////////////////////
includeProject(":internal-testutils", "testutils")
+includeProject(":internal-testutils-common", "testutils-common")
includeProject(":internal-testutils-ktx", "testutils-ktx")
/////////////////////////////