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

Commit b44570bc authored by Ryan Mitchell's avatar Ryan Mitchell Committed by android-build-merger
Browse files

Merge "Allow protoc-gen-javastream to build statically" am: 6afb115d am:...

Merge "Allow protoc-gen-javastream to build statically" am: 6afb115d am: 8e0b6727 am: 5e3a1ba1
am: e44d96ec

Change-Id: I69a10e583c8671288316bd0e8c7a6b5184a8ec7d
parents e7bfb501 e44d96ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ cc_defaults {
        "-Werror",
    ],

    shared_libs: ["libprotoc"],
    static_libs: ["libprotoc"],
}

cc_binary_host {