diff --git a/framework/Android.bp b/framework/Android.bp
index 7897492809aa470efebf0eac7787481fc660f4d5..8de809775621be0e84c56d1dbed90953be48c67b 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",
     ],
 }