OSDN Git Service

Track moving of OkHttp facade API to new package.
authorTobias Thierer <tobiast@google.com>
Tue, 24 Oct 2017 23:58:29 +0000 (00:58 +0100)
committerTobias Thierer <tobiast@google.com>
Mon, 30 Oct 2017 17:40:23 +0000 (17:40 +0000)
commit4c6d2ecd715c01dcedf5c94a8e5ed2879336cd85
treeab532cd3f6b24e5b5da6f1fae40fd664e333f3c9
parent65d1e549b63ddb788906e2a837c09768f7002b38
Track moving of OkHttp facade API to new package.

Another CL in this topic moves the classes from
  libcore.net.http
to
  com.squareup.okhttp.internalandroidapi.
In jarjar'ed build targets, this becomes
  com.android.okhttp.internalandroidapi.

This facade constitutes the API via which non-libcore parts
of the Android platform (currently framework) may access
OkHttp. It's moving because libcore.net.http is already
part of libcore, and the overlap of packages is problematic
for builds with EXPERIMENTAL_USE_OPENJDK9 set to true.

Bug: 68220880
Test: Treehugger
Change-Id: Ia79966563cc0b5ab0923d54c21e54b6192d8c990
Exempt-From-Owner-Approval: Jeff Sharkey is an owner, but only one of his accounts is listed as an owner (@android.com vs. @google.com)
core/java/android/net/Network.java