summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2019-10-25 14:02:45 +0900
committerJiyong Park <jiyong@google.com>2019-10-30 13:25:33 +0900
commit915083fa0de2dda3f77415dbe91a625b60c81502 (patch)
treec27358639718412b78975c5a3db7cd09e9c1b133
parentc4b33b7a214ba25d4ca894b9d42bff6f85fe4407 (diff)
downloadapache-http-915083fa0de2dda3f77415dbe91a625b60c81502.tar.gz
Build API stub with less number of source files
The metalava fix 09094fc5e566a380b7aa1a4c3948ac66cebc0aba allows us to not include source files having class definitions that are referenced by private constructors of the API classes. Removing the now uncessary source files from the input list so that metalava can run faster. Bug: 141149570 Test: m Change-Id: I8d26acb3c6993fa0cf11e7b826a0804ec24b9cb8
-rw-r--r--Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index cccb75f..04d4aa9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -32,9 +32,6 @@ java_sdk_library {
":org.apache.http.legacy.sources",
":org.apache.http.legacy.android.sources",
],
- api_srcs: [
- ":apache-http-stubs-sources",
- ],
api_packages: [
"android.net.compatibility",
"android.net.http",