blob: 1c6a9d56250582fcb1a44ecad94076d7d5b584dc [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.
import("//build/cpp/sdk_executable.gni")
import("//build/host.gni")
sdk_executable("loglistener") {
category = "partner"
sources = [ "loglistener.c" ]
}
install_host_tools("host") {
deps = [ ":loglistener" ]
outputs = [ "loglistener" ]
}