Merge "Add libaconfig_python_proto target for Mobly host-based tests" into main
This commit is contained in:
commit
e40f2800af
1 changed files with 8 additions and 0 deletions
|
@ -24,6 +24,14 @@ java_library_host {
|
|||
},
|
||||
}
|
||||
|
||||
python_library_host {
|
||||
name: "libaconfig_python_proto",
|
||||
srcs: ["protos/aconfig.proto"],
|
||||
proto: {
|
||||
canonical_path_from_root: false,
|
||||
},
|
||||
}
|
||||
|
||||
// host binary: aconfig
|
||||
|
||||
rust_protobuf_host {
|
||||
|
|
Loading…
Reference in a new issue