From da973a6d9d0189bc60810f9669b67041eb810de0 Mon Sep 17 00:00:00 2001 From: Kenneth Magic Date: Wed, 18 Aug 2021 08:50:07 -0700 Subject: [PATCH] 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 --- tests/cts/hostside/app/Android.bp | 1 + tests/cts/hostside/app2/Android.bp | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/cts/hostside/app/Android.bp b/tests/cts/hostside/app/Android.bp index 674af14c41..63572c3598 100644 --- a/tests/cts/hostside/app/Android.bp +++ b/tests/cts/hostside/app/Android.bp @@ -45,5 +45,6 @@ android_test_helper_app { test_suites: [ "cts", "general-tests", + "sts", ], } diff --git a/tests/cts/hostside/app2/Android.bp b/tests/cts/hostside/app2/Android.bp index dd33eed366..4c9bccf63f 100644 --- a/tests/cts/hostside/app2/Android.bp +++ b/tests/cts/hostside/app2/Android.bp @@ -28,6 +28,7 @@ android_test_helper_app { test_suites: [ "cts", "general-tests", + "sts", ], certificate: ":cts-net-app", }