blob: 3b665ff71bc6aa35dcaa9b58b34a3107cc3e0261 [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("elfload") {
sdk = "source"
sdk_headers = [ "elfload/elfload.h" ]
sources = [ "elf-load.c" ]
deps = [ "$zx/system/ulib/zircon" ]
}