blob: 7023feb861b83cd182a7ea2623a7df78e9a14a5f [file] [log] [blame]
# Copyright 2017 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.
config("block-client_config") {
include_dirs = [ "include" ]
}
source_set("block-client") {
# Don't forget to update rules.mk as well for the Zircon build.
sources = [
"client.c",
"include/block-client/client.h",
]
public_configs = [ ":block-client_config" ]
}