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

Commit e40f2800 authored by Jerry Jia's avatar Jerry Jia Committed by Gerrit Code Review
Browse files

Merge "Add libaconfig_python_proto target for Mobly host-based tests" into main

parents 401be560 3a070a63
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line 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
// host binary: aconfig


rust_protobuf_host {
rust_protobuf_host {