Merge "Remove unnecessary references to libunwind."
This commit is contained in:
commit
c5943fd3fa
1 changed files with 0 additions and 6 deletions
|
|
@ -22,11 +22,6 @@ cc_defaults {
|
|||
"-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: {
|
||||
darwin: {
|
||||
enabled: false,
|
||||
|
|
@ -92,7 +87,6 @@ cc_library {
|
|||
shared_libs: [
|
||||
"libbase",
|
||||
"liblog",
|
||||
"libunwind",
|
||||
"libunwindstack",
|
||||
"libdexfile",
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue