blob: 7fd3be36271eeaecc4b5508c7c2e05f1be17e003 [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("Disassembler") {
sources = [
"AArch64Disassembler.cpp",
"AArch64ExternalSymbolizer.cpp",
]
include_dirs = [ ".." ]
public_deps = [
"..",
"../../../MC/MCDisassembler",
]
}