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

Commit 1c578e80 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

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

am: 1a2a4566

Change-Id: Idf4e12d812cf9108f8c3b22057e0bcbd90c14807
parents a6c6c4f5 1a2a4566
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -614,11 +614,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 " +