blob: 949e4a2019f6d2710c53b815879dba1699be727f [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.
executable("banjo-dummy") {
sources = [
"main.cpp",
]
deps = [
"$zx/system/banjo/ddk-protocol-bt-gattsvc",
"$zx/system/ulib/zircon",
]
}