summaryrefslogtreecommitdiff
path: root/client-libs/tests/unit/Android.bp
diff options
context:
space:
mode:
authorRemi NGUYEN VAN <reminv@google.com>2021-06-21 13:36:05 +0000
committerRemi NGUYEN VAN <reminv@google.com>2021-07-01 10:07:40 +0000
commita2f9c47520f266d9904ce019b6946bf21c016c82 (patch)
tree08c557e17034a6de51130c34130a5978257ecbeb /client-libs/tests/unit/Android.bp
parent1db2e1600bd9fbaec6e56627efb4ecb77814627d (diff)
downloadnet-a2f9c47520f266d9904ce019b6946bf21c016c82.tar.gz
Add visibility for Connectivity testsandroid12-dev
Allow all Connectivity test subpackages to use the targets, so that the visibility does not need to be updated when test suites are reorganized inside Connectivity. Bug: 187935317 Test: m Original-Change: https://android-review.googlesource.com/1730122 Merged-In: I99d1ec954ebe313e553443a9f081d54d7a5f12c1 Change-Id: I99d1ec954ebe313e553443a9f081d54d7a5f12c1
Diffstat (limited to 'client-libs/tests/unit/Android.bp')
-rw-r--r--client-libs/tests/unit/Android.bp3
1 files changed, 2 insertions, 1 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",
]
}