Merge "Track libcore API update."
diff --git a/api/current.txt b/api/current.txt
index b3964d3..3f81c04 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -41329,7 +41329,9 @@
public class GZIPOutputStream extends java.util.zip.DeflaterOutputStream {
ctor public GZIPOutputStream(java.io.OutputStream) throws java.io.IOException;
+ ctor public GZIPOutputStream(java.io.OutputStream, boolean) throws java.io.IOException;
ctor public GZIPOutputStream(java.io.OutputStream, int) throws java.io.IOException;
+ ctor public GZIPOutputStream(java.io.OutputStream, int, boolean) throws java.io.IOException;
field protected java.util.zip.CRC32 crc;
}