Expand visibility of defaults
The module using them is moving to a different directory. Bug: 271563074 Test: presubmit Change-Id: Ied018561f2825865bcb9e92c36cf6b9c7cd06538
This commit is contained in:
@@ -229,7 +229,10 @@ java_defaults {
|
||||
|
||||
filegroup_defaults {
|
||||
name: "framework-sources-module-defaults",
|
||||
visibility: ["//frameworks/base"], // For the "global" stubs
|
||||
visibility: [
|
||||
"//frameworks/base",
|
||||
"//frameworks/base/api",
|
||||
],
|
||||
defaults_visibility: ["//visibility:public"],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user