blob: 132191b531a7410ccb89007e9c3a59ad9b1c7e41 [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.
zx_library("elf-search") {
sdk = "source"
sdk_headers = [ "elf-search.h" ]
sources = [ "elf-search.cc" ]
public_deps = [
"$zx/system/ulib/fbl:headers",
"$zx/system/ulib/zx:headers",
]
deps = [
"$zx/system/ulib/fbl",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}