Skip to content
Snippets Groups Projects
Commit 18914732 authored by Baligh Uddin's avatar Baligh Uddin
Browse files

Fix visibility rules preventing migration.

BUG: 167962976
Test: Local build (vendor/google/build/build_mainline_modules.sh)
Change-Id: I560a2aa086be1be1084cace2a56fa703824a67be
parent 41315287
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,9 @@
java_sdk_library {
name: "framework-tethering",
defaults: ["framework-module-defaults"],
impl_library_visibility: ["//frameworks/base/packages/Tethering:__subpackages__"],
impl_library_visibility: [
"//packages/modules/Connectivity/Tethering:__subpackages__"
],
srcs: [":framework-tethering-srcs"],
......
......@@ -31,7 +31,10 @@ java_library {
"framework-minus-apex",
"framework-tethering.impl",
],
visibility: ["//cts/tests/tests/tethering"],
visibility: [
"//cts/tests/tests/tethering",
"//packages/modules/Connectivity/tests/cts/tethering",
],
}
java_defaults {
......@@ -77,7 +80,7 @@ android_library {
name: "TetheringTestsLib",
defaults: ["TetheringTestsDefaults"],
visibility: [
"//frameworks/base/packages/Tethering/tests/integration",
"//packages/modules/Connectivity/Tethering/tests/integration",
]
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment