diff options
author | 2021-06-18 18:40:08 +0000 | |
---|---|---|
committer | 2021-06-18 18:40:43 +0000 | |
commit | d6f0a1a3e4282273b68b6308d28fe43b5f081c9d (patch) | |
tree | d77d473f9d56f760758f25243710079d99b906b1 | |
parent | e59c264027844c479f7e4b71a4fe49244b698e98 (diff) |
Fix host build
Test: build on chromium
Change-Id: I0cbd394dffbcdeb07ef20ec9b1866536d252023b
-rw-r--r-- | system/common/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/common/BUILD.gn b/system/common/BUILD.gn index 0260fb2123..306fbe9df8 100644 --- a/system/common/BUILD.gn +++ b/system/common/BUILD.gn @@ -23,6 +23,7 @@ static_library("common") { "once_timer.cc", "os_utils.cc", "repeating_timer.cc", + "stop_watch_legacy.cc", "time_util.cc", ] |