blob: 8acb2b12130df48230b5000c69b7a5cf0532cf00 [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.
import("//build/package.gni")
import("//build/test.gni")
import("//build/test/test_package.gni")
source_set("lib") {
sources = [
"result.cc",
"result.h",
]
public_deps = [
"//sdk/lib/syslog/cpp",
"//sdk/lib/syslog/cpp:backend_legacy",
"//src/developer/shell/fidl/fuchsia.shell:shell_llcpp",
]
}