aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-11-16 09:19:34 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-11-16 09:19:34 -0800
commit536c2ca40acfa596853521db6ad49e0926d09b71 (patch)
tree767d3360dcd4077e048359e6b147a7fb6e656b17
parent0cb6b120e56be5ac654ef6bc0a9bf1d71905193f (diff)
parent0ee306fdf3eb11f5c00f7f576baffca5e5afd84d (diff)
downloadguice-536c2ca40acfa596853521db6ad49e0926d09b71.tar.gz
Use unzip -p rather than -c.android-r-preview-1
am: 0ee306fdf3 Change-Id: I8c4df7a579d5971916c13989fa10e65a87ebce4b
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index c8b91678..d104f3d9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -65,7 +65,7 @@ genrule {
name: "guice_munge_manifest",
out: ["guice_munge.manifest"],
srcs: ["lib/build/munge.jar"],
- cmd: "unzip -qc $(in) META-INF/MANIFEST.MF > $(out)",
+ cmd: "unzip -p -q $(in) META-INF/MANIFEST.MF > $(out)",
}
java_binary_host {