blob: de869ca03cd194960dee9139a25445925d36eec9 [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("elf-search") {
sdk = "source"
sdk_headers = [ "elf-search.h" ]
sources = [
"elf-search.cpp",
]
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",
]
}