commit | 5c080dc85b09856310befbb216740a34e8100721 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Mon Jan 31 21:55:43 2022 +0900 |
committer | Remi NGUYEN VAN <reminv@google.com> | Mon Jan 31 21:55:43 2022 +0900 |
tree | 2bcbf8076901c2227932a8815b50cc4fde91002f | |
parent | ef3997c70ed444458a91b6a5f045627ccece8d71 [diff] |
Mark VisibleForTesting members as public Package-private members are not visible across jars; with the latest refactoring of build and jarjar rules for connectivity, tests fail as the utils are picked up from the on-device module rather than the test package, and such members could not be found. Bug: 204830222 Test: atest ConnectivityCoverageTests Change-Id: Ia62b01e2e3123a2d8a432c061e3c576c86356df5