Add caremap proto target for release tools

Test: th
Change-Id: I389a210e723ee179caf5f02f2bcb257c524fb076
This commit is contained in:
Kelvin Zhang 2021-06-03 09:33:55 -04:00
parent bbde214b48
commit b4b619ce52

View file

@ -33,6 +33,25 @@ cc_defaults {
],
}
python_library_host {
name: "care_map_proto_py",
srcs: [
"care_map.proto",
],
proto: {type: "lite", canonical_path_from_root: false},
version: {
py2: {
enabled: true,
},
py3: {
enabled: true,
},
},
visibility: [
"//build/make/tools/releasetools:__subpackages__",
],
}
cc_library_static {
name: "libupdate_verifier",