From 2a90733b089c250d0a45050056fb1fdfe386fe0c Mon Sep 17 00:00:00 2001 From: Stefano Duo <stefanoduo@google.com> Date: Thu, 29 Jun 2023 18:08:39 +0100 Subject: [PATCH] Also bundle Cronet telemetry jar Bug: 284972285 Test: m & atest NetHttpTests Change-Id: Id24fa826f617187722b329821dae9d9548bf218b --- framework/Android.bp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/Android.bp b/framework/Android.bp index 7897492809..8de8097756 100644 --- a/framework/Android.bp +++ b/framework/Android.bp @@ -112,6 +112,7 @@ java_library { static_libs: [ "httpclient_api", "httpclient_impl", + "http_client_logging", ], libs: [ // This cannot be in the defaults clause above because if it were, it would be used @@ -132,6 +133,7 @@ java_defaults { ], impl_only_static_libs: [ "httpclient_impl", + "http_client_logging", ], } -- GitLab