Add CtsHostsideNetworkTests deps to sts.

This fixes the missing apk errors when running this module as
part of sts.

Ignore-AOSP-First: Platform changes related to this are not in AOSP yet.
Test: run sts-engbuild-no-spl-lock -m CtsHostsideNetworkTests
Bug: 195961795
Change-Id: I9a9a2d20ce637663790df42e22b0c8023cf7bc3e
This commit is contained in:
Kenneth Magic
2021-08-18 08:50:07 -07:00
parent b5c6036c29
commit da973a6d9d
2 changed files with 2 additions and 0 deletions

View File

@@ -45,5 +45,6 @@ android_test_helper_app {
test_suites: [
"cts",
"general-tests",
"sts",
],
}

View File

@@ -28,6 +28,7 @@ android_test_helper_app {
test_suites: [
"cts",
"general-tests",
"sts",
],
certificate: ":cts-net-app",
}