From da7c7a335475dc61375b470b1aa6cb425ed54514 Mon Sep 17 00:00:00 2001 From: Jihoon Kang Date: Fri, 30 Aug 2024 00:29:34 +0000 Subject: [PATCH 2/2] Make java_sdk_library dependencies explicit modules should specify the submodule of java_sdk_library that the module actually depends on Test: CI Bug: 358613520 Change-Id: I23a22e9d3dc001a5b061177273d407b01bb77a50 --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 498e7c8f0..299c1a6e7 100644 --- a/Android.bp +++ b/Android.bp @@ -102,7 +102,7 @@ android_app { exclude_srcs: ["java/com/android/dialer/rootcomponentgenerator/*.java"], libs: [ "auto_value_annotations", - "org.apache.http.legacy", + "org.apache.http.legacy.stubs.system", ], optimize: { proguard_flags_files: [ -- 2.44.0