Merge "Also bundle Cronet telemetry jar" into main

This commit is contained in:
Stefano Duo
2023-08-23 08:49:55 +00:00
committed by Gerrit Code Review

View File

@@ -112,6 +112,7 @@ java_library {
static_libs: [ static_libs: [
"httpclient_api", "httpclient_api",
"httpclient_impl", "httpclient_impl",
"http_client_logging",
], ],
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
@@ -132,6 +133,7 @@ java_defaults {
], ],
impl_only_static_libs: [ impl_only_static_libs: [
"httpclient_impl", "httpclient_impl",
"http_client_logging",
], ],
} }