Add caremap proto target for release tools
Test: th Change-Id: I389a210e723ee179caf5f02f2bcb257c524fb076
This commit is contained in:
parent
bbde214b48
commit
b4b619ce52
1 changed files with 19 additions and 0 deletions
|
@ -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",
|
||||
|
||||
|
|
Loading…
Reference in a new issue