blob: f022bc11fe2fb9b1bd965e017d38cd4143dc2be4 [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.
import("//build/zircon/migrated_targets.gni")
zx_library("elfload") {
sdk = "source"
sdk_headers = [ "elfload/elfload.h" ]
sdk_migrated = true
sources = [ "elf-load.c" ]
deps = [ "//src/zircon/lib/zircon" ]
}
group("tests") {
testonly = true
deps = [ "test:tests" ]
}