blob: d6a9ee5b93f3a28a716dc812b68feccef4694c41 [file] [log] [blame]
# Copyright 2017 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.
source_set("reader") {
sources = [
"elf.cc",
"elf.h",
"symtab.cc",
"symtab.h",
]
deps = [
"//src/lib/debugger_utils",
"//src/lib/fxl",
"//third_party/processor-trace/libipt",
]
# TODO(https://fxbug.dev/58162): delete the below and fix compiler warnings
configs += [ "//build/config:Wno-conversion" ]
}