summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-07 01:07:19 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-07 01:07:19 +0000
commitd6bb8fdd0e37aefb0bd5a4ec6a465eb67200e148 (patch)
tree08c557e17034a6de51130c34130a5978257ecbeb
parent1caea2f348cc84bee43104bc2f481732479973e5 (diff)
parent770b12949201edd5782dc64d08f1c69e4978d7de (diff)
downloadnet-d6bb8fdd0e37aefb0bd5a4ec6a465eb67200e148.tar.gz
Snap for 7526832 from 770b12949201edd5782dc64d08f1c69e4978d7de to sc-v2-release
Change-Id: I3b4b65fecdf8993dbd3c4391067d520961a56f62
-rw-r--r--client-libs/tests/unit/Android.bp3
-rw-r--r--common/tests/unit/Android.bp3
2 files changed, 4 insertions, 2 deletions
diff --git a/client-libs/tests/unit/Android.bp b/client-libs/tests/unit/Android.bp
index 2cd39bdc..220a6c19 100644
--- a/client-libs/tests/unit/Android.bp
+++ b/client-libs/tests/unit/Android.bp
@@ -23,7 +23,8 @@ android_library {
// Visible for Tethering and NetworkStack integration test and link NetdStaticLibTestsLib
// there, so that the tests under client-libs can also be run when running tethering and
// NetworkStack MTS.
- "//packages/modules/Connectivity/Tethering/tests/integration",
+ "//packages/modules/Connectivity/tests:__subpackages__",
+ "//packages/modules/Connectivity/Tethering/tests:__subpackages__",
"//packages/modules/NetworkStack/tests/integration",
]
}
diff --git a/common/tests/unit/Android.bp b/common/tests/unit/Android.bp
index c9aad710..23835fe9 100644
--- a/common/tests/unit/Android.bp
+++ b/common/tests/unit/Android.bp
@@ -24,7 +24,8 @@ android_library {
],
visibility: [
"//frameworks/base/packages/Tethering/tests/integration",
- "//packages/modules/Connectivity/Tethering/tests/integration",
+ "//packages/modules/Connectivity/tests:__subpackages__",
+ "//packages/modules/Connectivity/Tethering/tests:__subpackages__",
"//packages/modules/NetworkStack/tests/integration",
]
}