blob: 2552bcd1e5d2dd15d78c09684329a5ef5e476e08 [file] [log] [blame]
# Copyright 2020 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Packages needed for time synchronization in recovery images
group("recovery") {
deps = [
"network_time_service:network-time-service",
"timekeeper",
]
}
group("tests") {
testonly = true
deps = [
"httpsdate_time_source:tests",
"lib/httpdate-hyper:tests",
"lib/network_time:tests",
"lib/push-source:tests",
"network_time_service:tests",
"timekeeper:tests",
"timekeeper_integration",
]
}