diff options
Diffstat (limited to 'system/common/BUILD.gn')
-rw-r--r-- | system/common/BUILD.gn | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/system/common/BUILD.gn b/system/common/BUILD.gn index 253a76d7ed..94614e8912 100644 --- a/system/common/BUILD.gn +++ b/system/common/BUILD.gn @@ -17,10 +17,11 @@ static_library("common") { sources = [ "address_obfuscator.cc", - "once_timer.cc", "message_loop_thread.cc", "metric_id_allocator.cc", "metrics_linux.cc", + "once_timer.cc", + "os_utils.cc", "repeating_timer.cc", "time_util.cc", ] @@ -37,9 +38,7 @@ static_library("common") { "//bt/third_party/proto_logging/stats:libbt-platform-protos", ] - configs += [ - "//bt:target_defaults", - ] + configs += [ "//bt:target_defaults" ] } if (use.test) { @@ -55,9 +54,7 @@ if (use.test) { "//bt/common", ] - deps = [ - "//bt/common", - ] + deps = [ "//bt/common" ] configs += [ "//bt:external_gtest_main", |