commit | 02574fa4dcfb7a630f7ea795d3d79d2a9a7800bc | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Feb 11 15:13:22 2025 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 11 15:13:22 2025 -0800 |
tree | 5cb99054793a7e43b08b90298f89fde45d376217 | |
parent | 6fc914642cc82f85d6b93776d4a9ff0fff7b4ed5 [diff] | |
parent | b09cd9e50c4fa151165b64b5e128a26998dfc8ab [diff] |
Merge "Add metric to HttpEngine preload" into main
diff --git a/framework/Android.bp b/framework/Android.bp index a1c6a15..d6ee759 100644 --- a/framework/Android.bp +++ b/framework/Android.bp
@@ -160,7 +160,10 @@ java_defaults { name: "CronetJavaDefaults", srcs: [":httpclient_api_sources"], - static_libs: ["com.android.net.http.flags-aconfig-java"], + static_libs: [ + "com.android.net.http.flags-aconfig-java", + "modules-utils-expresslog", + ], libs: [ "androidx.annotation_annotation", ],