From 2cf46934c55d0e55ad3d333553155c07c315b52c Mon Sep 17 00:00:00 2001 From: Stefano Duo Date: Mon, 17 Jul 2023 14:52:16 +0000 Subject: [PATCH] Revert^2 "Connectivity: Depend on new httpclient targets" 6333cc4899b739ff9f4c88df21660dea7767b123 Change-Id: I683818ac77e688b4a62b594000bb235a23cbe6df --- framework/Android.bp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/framework/Android.bp b/framework/Android.bp index 123f02a4f9..cab11ae0a2 100644 --- a/framework/Android.bp +++ b/framework/Android.bp @@ -109,8 +109,8 @@ java_library { "framework-connectivity-defaults", ], static_libs: [ - "cronet_aml_api_java", - "cronet_aml_java", + "httpclient_api", + "httpclient_impl", ], libs: [ // This cannot be in the defaults clause above because if it were, it would be used @@ -125,12 +125,12 @@ java_library { java_defaults { name: "CronetJavaDefaults", - srcs: [":cronet_aml_api_sources"], + srcs: [":httpclient_api_sources"], libs: [ "androidx.annotation_annotation", ], impl_only_static_libs: [ - "cronet_aml_java", + "httpclient_impl", ], }