Fix visibility rule.

Issue identified in ag/12956706

BUG: 167962976
Test: TH
Merged-In: If00767d0fefb35bba8633a594a0e5b26b2e64e12
Change-Id: I469774c85b4864a325a89338a2dc58e706dd7432
This commit is contained in:
Baligh Uddin
2020-10-30 16:16:45 +00:00
parent ab93bef800
commit 1f9ca72364
2 changed files with 2 additions and 2 deletions

View File

@@ -500,7 +500,7 @@ java_library {
// TODO(b/147128803) remove the below lines
"//frameworks/base/apex/blobstore/framework",
"//frameworks/base/apex/jobscheduler/framework",
"//packages/modules/Connectivity/Tethering/tests/unit",
"//packages/modules/Connectivity/Tethering/tests/unit",
],
}

View File

@@ -66,5 +66,5 @@ filegroup {
":framework-annotations",
"java/android/net/util/NetworkConstants.java",
],
visibility: ["//frameworks/base/packages/Tethering"],
visibility: ["//packages/modules/Connectivity/Tethering"],
}