Add visibility rules for cts migration am: 661ae3923d
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/12984519 Change-Id: Ia8a1b074496bd7c5b4c127fe8dc476d54f63d414
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