commit | 5c71cac1f8f1dcae7885b8e3419c42c2c82a6980 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Fri Feb 04 11:49:31 2022 +0900 |
committer | Jiyong Park <jiyong@google.com> | Fri Feb 04 11:49:31 2022 +0900 |
tree | b6738b7ffa136a11b408d5fbf0439b3d69a5f195 | |
parent | af73f6fcc2278aae2a02663cace56dab54a3266d [diff] [blame] |
Put all our tests to general-tests ... because the tests can be built for the generic test_suites target. Bug: N/A Test: watch TH Change-Id: I5a60723a964ac3b8fb92b395f544a9b84f49e9e7
diff --git a/compos/Android.bp b/compos/Android.bp index 0bcbcdd..d4fccbb 100644 --- a/compos/Android.bp +++ b/compos/Android.bp
@@ -49,5 +49,5 @@ rust_test { name: "compsvc_device_tests", defaults: ["compsvc_defaults"], - test_suites: ["device-tests"], + test_suites: ["general-tests"], }