aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi NGUYEN VAN <reminv@google.com>2021-05-11 15:16:49 +0000
committerRemi NGUYEN VAN <reminv@google.com>2021-05-11 15:16:49 +0000
commit881c46f539982e56dcc7466d8c6b18c878ec4940 (patch)
tree8c01bffc8dc252db46cb91080e35884014969f03
parent9606a1efb1623eb40a4130960c2cdfa4bafdc96c (diff)
downloadlibnativehelper-881c46f539982e56dcc7466d8c6b18c878ec4940.tar.gz
Add visibility for packages/Connectivity tests
The tests are moved from frameworks/base/tests/net to frameworks/base/packages/Connectivity/tests, so they can be moved to packages/modules/Connectivity/tests together with the rest of the module. Add visibility for the new locations. Test: m Bug: 186628461 Change-Id: I973561e171fefddc16446a15cbfba38a0fb0d51a
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index cd0d777..0c7c6fe 100644
--- a/Android.bp
+++ b/Android.bp
@@ -196,7 +196,7 @@ cc_library_shared {
"//art:__subpackages__",
"//cts:__subpackages__",
"//external/perfetto:__subpackages__",
- "//frameworks/base/tests/net/integration:__pkg__",
+ "//frameworks/base/packages/Connectivity/tests/integration:__pkg__",
"//frameworks/base/packages/Tethering:__subpackages__",
"//packages/modules/Connectivity/tests:__subpackages__",
"//packages/modules/Connectivity/Tethering:__subpackages__",