Add default_visibility for soong modules
So that we don't get surprise usages. Bug: 348717861 Test: m nothing Change-Id: I47319a727092c1bd936cca88f5713ee977a48b48
This commit is contained in:
@@ -26,6 +26,7 @@ bootstrap_go_package {
|
||||
srcs: [
|
||||
"code_metadata.pb.go",
|
||||
],
|
||||
visibility: ["//build/make/tools/metadata"],
|
||||
}
|
||||
|
||||
python_library_host {
|
||||
@@ -40,4 +41,5 @@ python_library_host {
|
||||
proto: {
|
||||
canonical_path_from_root: false,
|
||||
},
|
||||
visibility: ["//tools/asuite/team_build_scripts"],
|
||||
}
|
||||
|
Reference in New Issue
Block a user