commit | 168b3d19f1626d07e2b8cd38418d4ab9759ab3ce | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Mon Jun 21 13:36:05 2021 +0000 |
committer | Remi NGUYEN VAN <reminv@google.com> | Mon Jul 05 05:00:36 2021 +0000 |
tree | eaa8f8ede449e337d74533e9c58ce313f77dae75 | |
parent | ad8f23fef42b60b7725bf699e39fd3b230eb90f3 [diff] [blame] |
Add connectivity coverage tests The coverage tests will allow measuring code coverage for all Connectivity+Tethering code. This is a combination of the current TetheringCoverageTests, and FrameworksNetTests. Adding min_sdk_version to the test prevents it from using deprecated IoUtils utilities. Replace it with the non-deprecated alternative. Bug: 187935317 Test: atest ConnectivityCoverageTests Original-Change: https://android-review.googlesource.com/1731232 Merged-In: I5366e1cc9cd6ddb41f24718246381cc2b1cc1383 Change-Id: I5366e1cc9cd6ddb41f24718246381cc2b1cc1383
diff --git a/Tethering/common/TetheringLib/Android.bp b/Tethering/common/TetheringLib/Android.bp index fce4360..f652772 100644 --- a/Tethering/common/TetheringLib/Android.bp +++ b/Tethering/common/TetheringLib/Android.bp
@@ -22,6 +22,7 @@ defaults: ["framework-module-defaults"], impl_library_visibility: [ "//packages/modules/Connectivity/Tethering:__subpackages__", + "//packages/modules/Connectivity/tests:__subpackages__", ], srcs: [":framework-tethering-srcs"],