So that we don't get surprise usages. Bug: 348717861 Test: m nothing Change-Id: I47319a727092c1bd936cca88f5713ee977a48b48
18 lines
334 B
Plaintext
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__",
|
|
],
|
|
}
|