Initial port of BenchmarkState to androidx
Bug: 72877822
Test: ./gradlew benchmark:cC
Added minimal tests, no renaming at this point.
Change-Id: I509dd6e0d9104dc290bb3ee9bed1a78b36d0c8a1
diff --git a/settings.gradle b/settings.gradle
index 507a94b..deb845d 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -39,6 +39,7 @@
includeProject(":arch:core-testing", "app-toolkit/core-testing")
includeProject(":arch:core-runtime", "app-toolkit/runtime")
includeProject(":asynclayoutinflater", "asynclayoutinflater")
+includeProject(":benchmark", "benchmark")
includeProject(":browser", "browser")
includeProject(":car", "car")
includeProject(":cardview", "cardview")