commit | e40f2800af4640d0d875d2cba1de56002343e96e | [log] [tgz] |
---|---|---|
author | Jerry Jia <xianyuanjia@google.com> | Tue Aug 29 22:33:32 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Aug 29 22:33:32 2023 +0000 |
tree | 00c3c684d2feebd865c8502194765836f24e047a | |
parent | 401be560de67a16892620282e303b19486f87b51 [diff] | |
parent | 3a070a634e5e6fc2f4075a99c305ba460350a99e [diff] |
Merge "Add libaconfig_python_proto target for Mobly host-based tests" into main
diff --git a/tools/aconfig/Android.bp b/tools/aconfig/Android.bp index 296091d..28bf8a5 100644 --- a/tools/aconfig/Android.bp +++ b/tools/aconfig/Android.bp
@@ -24,6 +24,14 @@ }, } +python_library_host { + name: "libaconfig_python_proto", + srcs: ["protos/aconfig.proto"], + proto: { + canonical_path_from_root: false, + }, +} + // host binary: aconfig rust_protobuf_host {