Revert^2 "Connectivity: Depend on new httpclient targets"
6333cc4899
Change-Id: I683818ac77e688b4a62b594000bb235a23cbe6df
This commit is contained in:
@@ -109,8 +109,8 @@ java_library {
|
|||||||
"framework-connectivity-defaults",
|
"framework-connectivity-defaults",
|
||||||
],
|
],
|
||||||
static_libs: [
|
static_libs: [
|
||||||
"cronet_aml_api_java",
|
"httpclient_api",
|
||||||
"cronet_aml_java",
|
"httpclient_impl",
|
||||||
],
|
],
|
||||||
libs: [
|
libs: [
|
||||||
// This cannot be in the defaults clause above because if it were, it would be used
|
// This cannot be in the defaults clause above because if it were, it would be used
|
||||||
@@ -125,12 +125,12 @@ java_library {
|
|||||||
|
|
||||||
java_defaults {
|
java_defaults {
|
||||||
name: "CronetJavaDefaults",
|
name: "CronetJavaDefaults",
|
||||||
srcs: [":cronet_aml_api_sources"],
|
srcs: [":httpclient_api_sources"],
|
||||||
libs: [
|
libs: [
|
||||||
"androidx.annotation_annotation",
|
"androidx.annotation_annotation",
|
||||||
],
|
],
|
||||||
impl_only_static_libs: [
|
impl_only_static_libs: [
|
||||||
"cronet_aml_java",
|
"httpclient_impl",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user