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/BUILD.gn | |
parent | b41c374ba55755f5622edbeb39b9d4874f8bf349 (diff) | |
parent | 4e9002e82ba8cfa305399e72299d61935e8c79d4 (diff) |
Merge "system/common: Move remaining metrics to os/metrics.h" into main
Diffstat (limited to 'system/common/BUILD.gn')
-rw-r--r-- | system/common/BUILD.gn | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/common/BUILD.gn b/system/common/BUILD.gn index 50ec9c1dd0..5b0852bd36 100644 --- a/system/common/BUILD.gn +++ b/system/common/BUILD.gn @@ -19,8 +19,6 @@ static_library("common") { "address_obfuscator.cc", "le_conn_params.cc", "message_loop_thread.cc", - "metric_id_allocator.cc", - "metrics_linux.cc", "os_utils.cc", "repeating_timer.cc", "stop_watch_legacy.cc", |