Add initial Macrobenchmark module
Test: ./gradlew benchmark:benchmark-macro:cC
Currently empty, just validates import of one CrystalBall library.
Change-Id: I9bbb4cbf29bd3302cc28b26e6655bff5b6b419b3
diff --git a/settings.gradle b/settings.gradle
index f5c4824..a711917 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -87,6 +87,7 @@
includeProject(":autofill:autofill", "autofill/autofill")
includeProject(":benchmark:benchmark-common", "benchmark/common")
includeProject(":benchmark:benchmark-junit4", "benchmark/junit4")
+includeProject(":benchmark:benchmark-macro", "benchmark/macro")
includeProject(":benchmark:benchmark-benchmark", "benchmark/benchmark")
includeProject(":benchmark:benchmark-gradle-plugin", "benchmark/gradle-plugin")
includeProject(":benchmark:integration-tests:dry-run-benchmark", "benchmark/integration-tests/dry-run-benchmark")