Skip to content
Snippets Groups Projects
Commit 39c6068c authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge changes from topic "bug_167962976_visibility"

* changes:
  Add OWNERS block to prevent the tree from mooving during migration.
  Add visibility rules for packages/modules/Connectivity/Tethering
parents d8288fe3 ce311486
No related branches found
No related tags found
No related merge requests found
......@@ -581,6 +581,7 @@ java_library {
"//frameworks/base/apex/blobstore/framework",
"//frameworks/base/apex/jobscheduler/framework",
"//frameworks/base/packages/Tethering/tests/unit",
"//packages/modules/Connectivity/Tethering/tests/unit",
],
}
......
......@@ -17,4 +17,4 @@
"path": "frameworks/opt/net/wifi"
}
]
}
\ No newline at end of file
}
include platform/packages/modules/NetworkStack/:/OWNERS
markchien@google.com
set noparent # while performing migration - b/167962976
baligh@google.com
......@@ -16,7 +16,10 @@
java_sdk_library {
name: "framework-tethering",
defaults: ["framework-module-defaults"],
impl_library_visibility: ["//frameworks/base/packages/Tethering:__subpackages__"],
impl_library_visibility: [
"//frameworks/base/packages/Tethering:__subpackages__",
"//packages/modules/Connectivity/Tethering:__subpackages__",
],
srcs: [":framework-tethering-srcs"],
......
......@@ -19,5 +19,6 @@ filegroup {
srcs: ["jarjar-rules.txt"],
visibility: [
"//frameworks/base/packages/Tethering/tests:__subpackages__",
"//packages/modules/Connectivity/Tethering/tests:__subpackages__",
]
}
......@@ -77,6 +77,7 @@ android_library {
defaults: ["TetheringTestsDefaults"],
visibility: [
"//frameworks/base/packages/Tethering/tests/integration",
"//packages/modules/Connectivity/Tethering/tests/integration",
]
}
......
......@@ -66,5 +66,8 @@ filegroup {
":framework-annotations",
"java/android/net/util/NetworkConstants.java",
],
visibility: ["//frameworks/base/packages/Tethering"],
visibility: [
"//frameworks/base/packages/Tethering",
"//packages/modules/Connectivity/Tethering"
],
}
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