Add visibility rules for cts migration am: 661ae3923d am: c2ca22b5a9 am: 4a74a0788b
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/12984519 Change-Id: Ifeda005dab54b3f5ec2ee1466e3b5ffc26407e1a
This commit is contained in:
@@ -43,7 +43,10 @@ android_library {
|
||||
name: "TetheringIntegrationTestsLib",
|
||||
platform_apis: true,
|
||||
defaults: ["TetheringIntegrationTestsDefaults"],
|
||||
visibility: ["//cts/tests/tests/tethering"]
|
||||
visibility: [
|
||||
"//cts/tests/tests/tethering",
|
||||
"//packages/modules/Connectivity/tests/cts/tethering",
|
||||
]
|
||||
}
|
||||
|
||||
android_test {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user