Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a070a63 authored by Xianyuan Jia's avatar Xianyuan Jia
Browse files

Add libaconfig_python_proto target for Mobly host-based tests

Bug: 297431521
Test: unit tests (mobly_device_flags_test)
Change-Id: Ic377cb7c6f651033145a14c83c987e6d779cca6b
parent 73b4f2d4
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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 {