Add a NetworkStackCoverageTests target.
This target will include all tests that are necessary to calculate code coverage of the network stack. It is currently the union of NetworkStackTests and NetworkStackIntegrationTests Also apply jarjar rules on top of NetworkStackIntegrationTests and NetworkStackTests, to make sure that the test classes (and not the framework classes) are used during the test. This requires the tests to stop using external (hidden) references to classes in com.android.internal, as the references would be broken when applying jarjar. Test: atest NetworkStackIntegrationTests NetworkStackTests \ NetworkStackCoverageTests Change-Id: Ib945cb9faa960862593a6ac2ac26058948e777a4
Loading
Please register or sign in to comment