blob: 5bbd3bed7fa55b8fbf34f3414d5d42e94943026d [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.
library("chromeos-disk-setup") {
sources = [
"chromeos-disk-setup.cpp",
]
configs += [ "$zx/public/gn/config:visibility_hidden" ]
deps = [
"$zx/system/ulib/gpt",
"$zx/system/ulib/zircon",
]
}