Files
build_soong/cmd/extract_apks/bundle_proto/Android.bp
Cole Faust 16d227a725 Add default_visibility for soong modules
So that we don't get surprise usages.

Bug: 348717861
Test: m nothing
Change-Id: I47319a727092c1bd936cca88f5713ee977a48b48
2024-09-18 17:41:30 -07:00

18 lines
334 B
Plaintext

package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
python_library_host {
name: "config_proto",
srcs: [
"config.proto",
],
proto: {
canonical_path_from_root: false,
},
visibility: [
"//build/soong:__subpackages__",
"//tools/mainline:__subpackages__",
],
}