commit | 5e542536cdf41f411ccb23b1fe8269bdc9ff60b6 | [log] [tgz] |
---|---|---|
author | Stefano Duo <stefanoduo@google.com> | Wed Aug 23 08:49:55 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Aug 23 08:49:55 2023 +0000 |
tree | 5af2d5ea6db5b9f57383282d6a4f020c8dbb1650 | |
parent | 0dc49df9a42ce44f17b15c468005a7439d1bad49 [diff] | |
parent | 2a90733b089c250d0a45050056fb1fdfe386fe0c [diff] |
Merge "Also bundle Cronet telemetry jar" into main
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", ], }