Use unzip -p rather than -c. am: 0ee306fdf3 am: 536c2ca40a
am: a0e72c4fb3

Change-Id: I7ee3935d7d44c469ff7dec7b1996e5f1120a51dd
diff --git a/Android.bp b/Android.bp
index c8b9167..d104f3d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -65,7 +65,7 @@
     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 {