diff options
| author | 2021-04-23 11:52:40 -0700 | |
|---|---|---|
| committer | 2021-04-23 11:52:40 -0700 | |
| commit | d5fdf1edcee1ff3561ed26d51dc92fd783468f82 (patch) | |
| tree | 1450030db4b5e178c67b419f3786e01971a84d84 | |
| parent | e1b86e81b50ef803ef4d3fb01ed6ef83aff71de5 (diff) | |
Remove libincident_test from mts
Bug: 14297215
Test: TH
Change-Id: I6887a832b0484baddfc075e3789c2817d6a0566c
| -rw-r--r-- | libs/incident/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/incident/Android.bp b/libs/incident/Android.bp index f322bff8e6ee..547d7192090a 100644 --- a/libs/incident/Android.bp +++ b/libs/incident/Android.bp @@ -104,7 +104,7 @@ cc_test { name: "libincident_test", test_config: "AndroidTest.xml", defaults: ["libincidentpriv_defaults"], - test_suites: ["device-tests", "mts-statsd"], + test_suites: ["device-tests"], compile_multilib: "both", multilib: { lib64: { |