blob: 0abf1e2513bee09cded82f47e2fe3b0d96630baa [file] [log] [blame]
Dennis Shenff34e292022-10-17 19:21:55 +00001package {
2 default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
5python_library_host {
6 name: "config_proto",
7 srcs: [
8 "config.proto",
9 ],
10 proto: {
11 canonical_path_from_root: false,
12 },
Cole Faust16d227a2024-09-18 16:42:01 -070013 visibility: [
14 "//build/soong:__subpackages__",
15 "//tools/mainline:__subpackages__",
16 ],
Dennis Shenff34e292022-10-17 19:21:55 +000017}