summaryrefslogtreecommitdiffstats
path: root/libbacktrace
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2018-05-03 12:50:12 -0700
committerChristopher Ferris <cferris@google.com>2018-05-03 14:24:38 -0700
commit8548d55b45eccf752ff462ba76738b8bb6dfdee0 (patch)
tree0c9c0cbe9e4b4dc6600d808906e8670ba84275f5 /libbacktrace
parentfcfbaa2ad6320f865f68f89d74fcf85936942169 (diff)
downloadsystem_core-8548d55b45eccf752ff462ba76738b8bb6dfdee0.tar.gz
system_core-8548d55b45eccf752ff462ba76738b8bb6dfdee0.tar.bz2
system_core-8548d55b45eccf752ff462ba76738b8bb6dfdee0.zip
Remove unnecessary references to libunwind.
Bug: 79209464 Test: Builds. Change-Id: I79f7b0123bc802e3e12d218e888c30dedf5204dc
Diffstat (limited to 'libbacktrace')
-rw-r--r--libbacktrace/Android.bp6
1 files changed, 0 insertions, 6 deletions
diff --git a/libbacktrace/Android.bp b/libbacktrace/Android.bp
index 49027f366..b51863097 100644
--- a/libbacktrace/Android.bp
+++ b/libbacktrace/Android.bp
@@ -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",
],