Merge "Remove explicit dependencies on "core" libraries"
diff --git a/Android.bp b/Android.bp
index 63623bd..7dc51bf 100644
--- a/Android.bp
+++ b/Android.bp
@@ -70,4 +70,5 @@
     errorprone: {
         javacflags: ["-Xep:MissingOverride:OFF"],  // b/73499927
     },
+    metalava_enabled: false,
 }
diff --git a/api/current.txt b/api/current.txt
index a5a245c..b9cf9c9 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -216,21 +216,6 @@
     field public static final int UNKNOWN = 0; // 0x0
   }
 
-  public final class HttpResponseCache extends java.net.ResponseCache implements java.io.Closeable {
-    method public void close() throws java.io.IOException;
-    method public void delete() throws java.io.IOException;
-    method public void flush();
-    method public java.net.CacheResponse get(java.net.URI, java.lang.String, java.util.Map<java.lang.String, java.util.List<java.lang.String>>) throws java.io.IOException;
-    method public int getHitCount();
-    method public static android.net.http.HttpResponseCache getInstalled();
-    method public int getNetworkCount();
-    method public int getRequestCount();
-    method public static synchronized android.net.http.HttpResponseCache install(java.io.File, long) throws java.io.IOException;
-    method public long maxSize();
-    method public java.net.CacheRequest put(java.net.URI, java.net.URLConnection) throws java.io.IOException;
-    method public long size();
-  }
-
   public class HttpsConnection {
     method public static void initializeEngine(java.io.File);
   }