Merge "Add default_visibility for soong modules" into main

This commit is contained in:
Treehugger Robot
2024-09-19 02:14:55 +00:00
committed by Gerrit Code Review
28 changed files with 79 additions and 3 deletions

View File

@@ -42,4 +42,6 @@ bootstrap_go_package {
"systemserver_classpath_fragment_test.go",
],
pluginFor: ["soong_build"],
// Used by plugins
visibility: ["//visibility:public"],
}