Merge "Add caremap proto target for release tools" am: 3ac7598c61
am: 334cff9cca
Original change: https://android-review.googlesource.com/c/platform/bootable/recovery/+/1725932 Change-Id: If506728b107a8c9db20d47f9785499783099198f
This commit is contained in:
commit
151c395b72
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