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

Commit 1a2a4566 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Don't use path to find protoc-gen-javastream"

parents 7e717e09 6471db9b
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -603,11 +603,9 @@ gensrcs {
        "soong_zip",
    ],

    // Append protoc-gen-javastream tool's PATH otherwise aprotoc can't find the plugin tool
    cmd: "export PATH=$$PATH:$$(dirname $(location protoc-gen-javastream)) " +
        "&& mkdir -p $(genDir)/$(in) " +
    cmd: "mkdir -p $(genDir)/$(in) " +
        "&& $(location aprotoc) " +
        "  --plugin=protoc-gen-java-stream=protoc-gen-javastream " +
        "  --plugin=$(location protoc-gen-javastream) " +
        "  --dependency_out=$(depfile) " +
        "  --javastream_out=$(genDir)/$(in) " +
        "  -Iexternal/protobuf/src " +