History log of /external/apache-http/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
949206634ed87a0daebf1fcb153f74b3b77e21b6 03-May-2016 Ian Rogers <irogers@google.com> Merge "Add depedencies that allow error prone to compile source." am: bda9492f34
am: 5095ad9929

* commit '5095ad9929cebe9bf8e6c71fa77415cdb42f804b':
Add depedencies that allow error prone to compile source.

Change-Id: I7f68fa2f347c64a911c869e1a648d23e19a13913
dde4574ca70cd4e12951532c19cc6d91f20aa377 30-Apr-2016 Ian Rogers <irogers@google.com> Add depedencies that allow error prone to compile source.

Bug: 27723540
Change-Id: Ibd6faa03d9d3e52a0372be8192b756fe3940588e
/external/apache-http/Android.mk
cc9d1287d7ff732537f2fc0d1514e79ede953381 18-Feb-2016 Ying Wang <wangying@google.com> Don't build the stub org.apache.http.legacy.jar in PDK build.

Change-Id: Iaacafbacba49c233f9a3859382b93f27e6d6773d
/external/apache-http/Android.mk
0399abc79add384a7a8fd6a0b1aa94fcb9c8b51e 08-Feb-2016 Narayan Kamath <narayan@google.com> apache-http: Fix stubs generation.

- We're asking doclava to generate stubs for all apache http packages.
We must therefore point it to all apache-http sources (including the
handful that live in frameworks/base).
- Stop asking for stubs for android.net.*. These classes are still
public frameworks API and their stubs will be present in android.jar.

(cherry picked from commit 43ffae2b513e42623b213fbf08eea9255cb8ac7e)

Change-Id: I626459d4547ae14555435da8de73645e47a3461e
/external/apache-http/Android.mk
9bd2f98d6ec0bc69cc31143aaa15c0d1519b6076 08-Feb-2016 Narayan Kamath <narayan@google.com> apache-http: Fix stubs generation.

- We're asking doclava to generate stubs for all apache http packages.
We must therefore point it to all apache-http sources (including the
handful that live in frameworks/base).
- Stop asking for stubs for android.net.*. These classes are still
public frameworks API and their stubs will be present in android.jar.

(cherry picked from commit 43ffae2b513e42623b213fbf08eea9255cb8ac7e)

Change-Id: I6525df298a8d35bdab2b765fd2ed088e19633146
/external/apache-http/Android.mk
80540ef1af51ed239d0c50e077c17163261b70aa 15-Apr-2015 Ying Wang <wangying@google.com> Use prebuilt stub org.apache.http.legacy for unbundled build.

Even though the stub org.apache.http.legacy.jar itself can be
built from source against the SDK, its dependency conscrypt must
be built against libcore-art.
(Actually we could remove the droiddoc module apache-http-stubs-gen's
dependency on conscrypt. It would lead doclava to complain error of
unresolved symbols of conscrypt. Such error isn't fatal because the
stub java files don't reference any conscrypt symbols.)

Also by using prebuilt org.apache.http.legacy, unbundled branches don't
need to pull in external/doclava and its many dependency projects.

Bug: 20221594
Change-Id: I6fb4377d35a70ad544cb8a91695e23625365df60
/external/apache-http/Android.mk
3049bb7f4224f055fc9f4d8a8667655ae8392cab 09-Apr-2015 Narayan Kamath <narayan@google.com> Make org.apache.http.legacy a stubs target.

Also, rename the non-stubs org.apache.http.legacy jar ->
org.apache.http.legacy.boot and include it in the boot classpath.

Change-Id: Ibcfa5429f6565e86ab03bbc793e20f1860e3821a
/external/apache-http/Android.mk
abddcd89fdee97472335795c6649d4aec99cb802 08-Apr-2015 Narayan Kamath <narayan@google.com> Build stubs for apache-http

Also, distribute those stubs with the SDK instead of the actual
code. In a follow up change, we will use those stubs for building
platform dependencies as well.

Change-Id: If60624d095a69f69876f9cc32a8078c01e090a64
/external/apache-http/Android.mk
30a19d9afc3a0dc99c8cce51c630939a2a76a743 25-Feb-2015 Ying Wang <wangying@google.com> Archive org.apache.http.legacy.jar

Bug: 19505778
Change-Id: I31684ed7a88d1e766be1c41e0768345aa9af2557
/external/apache-http/Android.mk
3e387462b084cf0c62e89c21cfd071df50163e39 23-Jan-2015 Narayan Kamath <narayan@google.com> Unbundle org.apache.http.legacy.

Lets us build it from source on both unbundled and platform
branches. The main changes are :

- We need a placeholder "WebAddress" class that's used internally.
The class will be deleted from the frameworks once the webview
stops using it (sigh...)

- Use TrafficStats instead of SocketTagger.

- Remove @hide annotations because they don't matter any more. We're
not building stubs any more, and apps in both unbundled and platform
branches will compile directly against the jar. We don't care about
any of that because this is all deprecated API and deleted from the
API specification.

bug: 18027885.

Change-Id: I6b5f06db2e3e0e34ccd7264c15e1fe594e61862e
/external/apache-http/Android.mk
a8b46a3d3b6ed1488df10740653829283572903b 27-Nov-2014 Narayan Kamath <narayan@google.com> Move apache specific portions of android.net.http to apache-http.

.. and move some parts of apache-http into the framework. The parts that
have been moved need to be in the bootclasspath because we have public API
that returns org.apache.http.conn.ssl.SSLSocketFactory :( .

This change also removes the placeholder library shim.

bug: 18027885

Change-Id: I37aa7562bcd5e05191b83676fae4533e03b86d1d
/external/apache-http/Android.mk
df5e4d48a514b5703d4d75d814cf5fe39497f865 20-Jan-2015 Narayan Kamath <narayan@google.com> Add placeholder library for org.apache.http.legacy.

This lets us move forward with the apache removal without
being blocked on the finalization of the API for the previous
release. We can drop the real library into place when we're
free to make API removal changes again on master.

bug: 18027885
Change-Id: I4aa62176e334939095f7a2c210c9180c8feb4019
/external/apache-http/Android.mk
9447bd5908a21d3554b58fda16553119cae19c8a 08-Dec-2014 Narayan Kamath <narayan@google.com> Remove apache-http host build.

Was probably used by the dalvik host build once upon a time, but
isn't referenced any longer.

This is in preparation for changes that make this library depend
on the frameworks so that it isn't treated specially.

bug: 18027885
Change-Id: Iccf2ea4441eadea3400445d0542130c7362fd331
/external/apache-http/Android.mk
2da27d6d7d181af2967a328a5cba522b7c26cbda 12-Jun-2014 Ian Rogers <irogers@google.com> Remove deprecated WITH_HOST_DALVIK.

Bug: 13751317
Change-Id: I52f9f7d745f92ec3c5f0d3cb2eda6d2d12a73d27
/external/apache-http/Android.mk
fbcd514713bc2eaf6cd192fcd6ec47b21263ac0f 07-Nov-2013 Narayan Kamath <narayan@google.com> Remove use of LOCAL_BUILD_HOST_DEX

(cherry picked from commit 5b16ab4c0186b6478df4a7f0c8f5c23a9e6c5f99)

Change-Id: I7b44009bc878a5b9e65380dae7ad1893608a67ac
/external/apache-http/Android.mk
e2fbfebebb7db6fff6179d0a71d7c8064a8e4b8b 04-Dec-2012 Elliott Hughes <enh@google.com> Simplify makefile.

Change-Id: Idab981e1534d4a3f3f1c24dae1ca34859b41ee52
/external/apache-http/Android.mk
e2c43223891894d5985d3281700b8997b46e0e12 16-Jul-2011 Brian Carlstrom <bdc@google.com> Add optional host build of apache-http

Change-Id: I905c60b91b4118180294c8c95ce30514e50e7d3c
/external/apache-http/Android.mk