commit | 4395bb1d74934e4a8e0b5cbc6d96360ac28cd1ea | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Tue Jan 28 20:12:37 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jan 28 20:12:37 2020 +0000 |
tree | 646f0e6d145fcbc22d077b2412602d103f314cfd | |
parent | fe720b1bf3fc6f5b8d46bffd3026b217a3def941 [diff] | |
parent | 7474381275b66f4acefd59e20ea591c3c74bf641 [diff] |
Merge "Add health 2.1 to vts-core."
diff --git a/health/2.1/vts/functional/Android.bp b/health/2.1/vts/functional/Android.bp index 5aa873a..17472fa 100644 --- a/health/2.1/vts/functional/Android.bp +++ b/health/2.1/vts/functional/Android.bp
@@ -25,5 +25,8 @@ "android.hardware.health@2.0", "android.hardware.health@2.1", ], - test_suites: ["general-tests"], + test_suites: [ + "general-tests", + "vts-core", + ], }