Loading ProtoLibraries.bp +9 −8 Original line number Diff line number Diff line Loading @@ -21,10 +21,6 @@ gensrcs { "soong_zip", ], tool_files: [ ":libprotobuf-internal-protos", ], cmd: "mkdir -p $(genDir)/$(in) " + "&& $(location aprotoc) " + " --plugin=$(location protoc-gen-javastream) " + Loading @@ -43,6 +39,11 @@ gensrcs { "libs/incident/**/*.proto", ":service-permission-streaming-proto-sources", ], data: [ ":libprotobuf-internal-protos", ], output_extension: "srcjar", } Loading @@ -54,10 +55,6 @@ gensrcs { "protoc-gen-cppstream", ], tool_files: [ ":libprotobuf-internal-protos", ], cmd: "mkdir -p $(genDir) " + "&& $(location aprotoc) " + " --plugin=$(location protoc-gen-cppstream) " + Loading @@ -75,6 +72,10 @@ gensrcs { ":service-permission-streaming-proto-sources", ], data: [ ":libprotobuf-internal-protos", ], output_extension: "proto.h", } Loading Loading
ProtoLibraries.bp +9 −8 Original line number Diff line number Diff line Loading @@ -21,10 +21,6 @@ gensrcs { "soong_zip", ], tool_files: [ ":libprotobuf-internal-protos", ], cmd: "mkdir -p $(genDir)/$(in) " + "&& $(location aprotoc) " + " --plugin=$(location protoc-gen-javastream) " + Loading @@ -43,6 +39,11 @@ gensrcs { "libs/incident/**/*.proto", ":service-permission-streaming-proto-sources", ], data: [ ":libprotobuf-internal-protos", ], output_extension: "srcjar", } Loading @@ -54,10 +55,6 @@ gensrcs { "protoc-gen-cppstream", ], tool_files: [ ":libprotobuf-internal-protos", ], cmd: "mkdir -p $(genDir) " + "&& $(location aprotoc) " + " --plugin=$(location protoc-gen-cppstream) " + Loading @@ -75,6 +72,10 @@ gensrcs { ":service-permission-streaming-proto-sources", ], data: [ ":libprotobuf-internal-protos", ], output_extension: "proto.h", } Loading