commit | c1b8af215a84878f4479e180474bbd0045f03f1e | [log] [tgz] |
---|---|---|
author | yangbill <yangbill@google.com> | Wed Apr 06 17:29:37 2022 +0800 |
committer | yangbill <yangbill@google.com> | Wed Apr 13 10:29:46 2022 +0800 |
tree | a9a5a0b3193883e9cbac9de8cf461d03a7536fdc | |
parent | 7f85379b0701eaaacd76583ec5c7e30cf465b500 [diff] |
Add test dependencies for CtsHostsideNetworkTests This test need other apks for running the test, but those dependencies actually defined in suite level of cts but never defined in module level actually which may lead to test failure due to lack of apks. This CL use target_required attribute to define the missing test dependencies. Bug: 227777774 Test: m clean ; atest -c HostsideRestrictBackgroundNetworkTests Change-Id: I34476d3e261c1d2392405ceeb1459d2f135bbcaf