diff options
author | 2025-03-17 17:29:03 -0700 | |
---|---|---|
committer | 2025-03-17 17:29:03 -0700 | |
commit | f671dfcc02924a7450b51df0fca23b0611b41219 (patch) | |
tree | bc8047a36ffe5c52e64c0bd18da35d5338125e97 /system/common/Android.bp | |
parent | b41c374ba55755f5622edbeb39b9d4874f8bf349 (diff) | |
parent | 4e9002e82ba8cfa305399e72299d61935e8c79d4 (diff) |
Merge "system/common: Move remaining metrics to os/metrics.h" into main
Diffstat (limited to 'system/common/Android.bp')
-rw-r--r-- | system/common/Android.bp | 11 |
1 files changed, 0 insertions, 11 deletions
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", |