blob: c8513286f4e68aa264e156d1e516f0a48cee24a5 [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("hash_config") {
include_dirs = [ "include" ]
}
source_set("hash") {
# Don't forget to update rules.mk as well for the Zircon build.
sources = [
"include/hash/hash.h",
]
public_configs = [ ":hash_config" ]
}