Skip to content
Snippets Groups Projects
Commit 2a90733b authored by Stefano Duo's avatar Stefano Duo
Browse files

Also bundle Cronet telemetry jar

Bug: 284972285
Test: m & atest NetHttpTests
Change-Id: Id24fa826f617187722b329821dae9d9548bf218b
parent d9218c52
No related branches found
No related tags found
No related merge requests found
......@@ -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",
],
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment