Merge "Expose ota_metadata_proto for consumption" am: 51c8f9f34c
am: 9dbff33bd9
Original change: https://android-review.googlesource.com/c/platform/build/+/1708627 Change-Id: Iad35f88e7324dcaf99cab71fb4a6f7274df1efae
This commit is contained in:
commit
580a36f814
1 changed files with 14 additions and 0 deletions
|
@ -114,6 +114,20 @@ python_library_host {
|
|||
},
|
||||
}
|
||||
|
||||
cc_library_static {
|
||||
name: "ota_metadata_proto_cc",
|
||||
srcs: [
|
||||
"ota_metadata.proto",
|
||||
],
|
||||
host_supported: true,
|
||||
recovery_available: true,
|
||||
proto: {
|
||||
canonical_path_from_root: false,
|
||||
type: "lite",
|
||||
export_proto_headers: true,
|
||||
},
|
||||
}
|
||||
|
||||
java_library_static {
|
||||
name: "ota_metadata_proto_java",
|
||||
host_supported: true,
|
||||
|
|
Loading…
Reference in a new issue