blob: ac799f4750ab68cc1bb7bf189a62ef3128cb692a [file] [log] [blame]
# Copyright 2018 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("//peridot/build/executable_package.gni")
import("//peridot/build/tests_package.gni")
source_set("system") {
sources = [
"system.cc",
"system.h",
]
deps = [
"//garnet/public/lib/fxl",
]
}