include ats target

fixes: 244138449

include ats target

Change-Id: I462b13a5b1332c8afdf46761f1cbad545e7cf291
This commit is contained in:
Nandu Suram
2022-09-08 22:34:47 +00:00
parent 5e53d5390c
commit 8d88f8bb36

View File

@@ -80,6 +80,6 @@ java_test_host {
"host/**/*.kt",
],
libs: ["tradefed"],
test_suites: ["device-tests", "general-tests", "cts", "mts-networking"],
test_suites: ["ats", "device-tests", "general-tests", "cts", "mts-networking"],
data: [":ConnectivityChecker"],
}