Also bundle Cronet telemetry jar
Bug: 284972285
Test: m & atest NetHttpTests
Change-Id: Id24fa826f617187722b329821dae9d9548bf218b
diff --git a/framework/Android.bp b/framework/Android.bp
index 7897492..8de8097 100644
--- a/framework/Android.bp
+++ b/framework/Android.bp
@@ -112,6 +112,7 @@
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 @@
],
impl_only_static_libs: [
"httpclient_impl",
+ "http_client_logging",
],
}