blob: 2ed1ac925f39e709eb7e3b9615e0ae0b2ea6f081 [file] [log] [blame]
# Copyright 2017 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.
source_set("lib") {
sources = [
"command_dispatcher.cc",
"command_dispatcher.h",
]
deps = [
"//src/lib/fxl",
"//zircon/public/lib/fbl",
]
public_deps = [
"//zircon/public/lib/fit",
]
}