From 4e9002e82ba8cfa305399e72299d61935e8c79d4 Mon Sep 17 00:00:00 2001 From: Henri Chataing Date: Fri, 14 Mar 2025 17:00:10 -0700 Subject: system/common: Move remaining metrics to os/metrics.h Bug: 401588157 Test: m com.android.bt Flag: EXEMPT, no logical change Change-Id: I6a7269d1084f86d0d12ee4ba8d040a6ef441a069 --- system/common/Android.bp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'system/common/Android.bp') diff --git a/system/common/Android.bp b/system/common/Android.bp index c192613dbc..a22a733e75 100644 --- a/system/common/Android.bp +++ b/system/common/Android.bp @@ -32,17 +32,6 @@ cc_library_static { canonical_path_from_root: false, export_proto_headers: true, }, - target: { - android: { - srcs: [ - "metrics.cc", - ], - static_libs: ["libstatslog_bt"], - }, - host: { - srcs: ["metrics_linux.cc"], - }, - }, shared_libs: [ "libcrypto", "libcutils", -- cgit v1.2.3-59-g8ed1b