blob: 814f8e56b96c6acd14385436293c0979977f4d7f [file] [log] [blame]
# Copyright 2018 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.
static_library("BinaryFormat") {
sources = [
"Dwarf.cpp",
"Magic.cpp",
]
public_deps = [
"../Support",
]
}