blob: 961fc958a03dba032ea74651512a863e6d340501 [file] [log] [blame]
# Copyright 2019 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.
visibility = [ "//src/ledger/*" ]
source_set("testing") {
sources = [
"device_id_manager_empty_impl.cc",
"device_id_manager_empty_impl.h",
]
deps = [
"//src/ledger/bin/clocks/public",
"//src/ledger/lib/logging",
]
configs += [ "//src/ledger:ledger_config" ]
}