Merge "Use new data property to sandbox stream protos"
This commit is contained in:
@@ -21,10 +21,6 @@ gensrcs {
|
|||||||
"soong_zip",
|
"soong_zip",
|
||||||
],
|
],
|
||||||
|
|
||||||
tool_files: [
|
|
||||||
":libprotobuf-internal-protos",
|
|
||||||
],
|
|
||||||
|
|
||||||
cmd: "mkdir -p $(genDir)/$(in) " +
|
cmd: "mkdir -p $(genDir)/$(in) " +
|
||||||
"&& $(location aprotoc) " +
|
"&& $(location aprotoc) " +
|
||||||
" --plugin=$(location protoc-gen-javastream) " +
|
" --plugin=$(location protoc-gen-javastream) " +
|
||||||
@@ -43,6 +39,11 @@ gensrcs {
|
|||||||
"libs/incident/**/*.proto",
|
"libs/incident/**/*.proto",
|
||||||
":service-permission-streaming-proto-sources",
|
":service-permission-streaming-proto-sources",
|
||||||
],
|
],
|
||||||
|
|
||||||
|
data: [
|
||||||
|
":libprotobuf-internal-protos",
|
||||||
|
],
|
||||||
|
|
||||||
output_extension: "srcjar",
|
output_extension: "srcjar",
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -54,10 +55,6 @@ gensrcs {
|
|||||||
"protoc-gen-cppstream",
|
"protoc-gen-cppstream",
|
||||||
],
|
],
|
||||||
|
|
||||||
tool_files: [
|
|
||||||
":libprotobuf-internal-protos",
|
|
||||||
],
|
|
||||||
|
|
||||||
cmd: "mkdir -p $(genDir) " +
|
cmd: "mkdir -p $(genDir) " +
|
||||||
"&& $(location aprotoc) " +
|
"&& $(location aprotoc) " +
|
||||||
" --plugin=$(location protoc-gen-cppstream) " +
|
" --plugin=$(location protoc-gen-cppstream) " +
|
||||||
@@ -75,6 +72,10 @@ gensrcs {
|
|||||||
":service-permission-streaming-proto-sources",
|
":service-permission-streaming-proto-sources",
|
||||||
],
|
],
|
||||||
|
|
||||||
|
data: [
|
||||||
|
":libprotobuf-internal-protos",
|
||||||
|
],
|
||||||
|
|
||||||
output_extension: "proto.h",
|
output_extension: "proto.h",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user