commit | 0d87cfd03febe3a28a87c8151e150bc73f5d3f37 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Mon Jun 21 13:56:37 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jun 21 13:56:37 2021 +0000 |
tree | 8676982d6cc76beada492a9f8044d61ff8843ee6 | |
parent | 7148d5f4e81a88bd43e9960f318dc845c0d990fd [diff] | |
parent | 2027ffb87e9782b9cc530acc570c9c6415aad53b [diff] |
Merge "Add visibility for Connectivity tests" am: bc87949c28 am: 52caed91c9 Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/net/+/1730122 Change-Id: I64559e2ebf6eb3307512561efbedf2fbc3ede9f8
diff --git a/staticlibs/tests/unit/Android.bp b/staticlibs/tests/unit/Android.bp index c9aad71..23835fe 100644 --- a/staticlibs/tests/unit/Android.bp +++ b/staticlibs/tests/unit/Android.bp
@@ -24,7 +24,8 @@ ], 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", ] }