blob: fd7e23affb280092dbd6fa4b645b422dd4b9ff99 [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
group("all") {
deps = [ ":arc-host-clock-service" ]
}
executable("arc-host-clock-service") {
sources = [ "arc_host_clock_service.cc" ]
pkg_deps = [
"libbrillo",
"libchrome",
]
}