Remove unnecessary references to libunwind.

Bug: 79209464

Test: Builds.

Change-Id: I79f7b0123bc802e3e12d218e888c30dedf5204dc
This commit is contained in:
Christopher Ferris 2018-05-03 12:50:12 -07:00
parent fcfbaa2ad6
commit 8548d55b45

View file

@ -22,11 +22,6 @@ cc_defaults {
"-Werror", "-Werror",
], ],
// The latest clang (r230699) does not allow SP/PC to be declared in inline asm lists.
clang_cflags: ["-Wno-inline-asm"],
include_dirs: ["external/libunwind/include/tdep"],
target: { target: {
darwin: { darwin: {
enabled: false, enabled: false,
@ -92,7 +87,6 @@ cc_library {
shared_libs: [ shared_libs: [
"libbase", "libbase",
"liblog", "liblog",
"libunwind",
"libunwindstack", "libunwindstack",
"libdexfile", "libdexfile",
], ],