Add connect-testing module to health/connect.
This will be followed up by the implementation in aosp/2965066.
Bug: 318835609
Test: N/A
Relnote: Add testing library artifact for HealthConnect.
Change-Id: I929e71bb46a108106fd0cad436ec8e86fe0ea857
diff --git a/settings.gradle b/settings.gradle
index 2c98097..b4c34df 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -712,6 +712,7 @@
includeProject(":health:connect:connect-client-proto", [BuildType.MAIN])
includeProject(":health:connect:connect-client-external-protobuf", [BuildType.MAIN])
includeProject(":health:connect:connect-client-samples", "health/connect/connect-client/samples", [BuildType.MAIN])
+includeProject(":health:connect:connect-testing", [BuildType.MAIN])
includeProject(":health:health-services-client", [BuildType.MAIN])
includeProject(":heifwriter:heifwriter", [BuildType.MAIN])
includeProject(":hilt:hilt-common", [BuildType.MAIN])