summaryrefslogtreecommitdiffstats
path: root/libbacktrace
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2018-05-03 23:05:51 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-05-03 23:05:51 +0000
commitc5943fd3fac808700dc86151c9968df90e84fccf (patch)
tree6bae91be0c514d8613b55aa9f2c7dd11cb249235 /libbacktrace
parent708364e650a254dfcc1ac39a52a1894f30024d90 (diff)
parent8548d55b45eccf752ff462ba76738b8bb6dfdee0 (diff)
downloadsystem_core-c5943fd3fac808700dc86151c9968df90e84fccf.tar.gz
system_core-c5943fd3fac808700dc86151c9968df90e84fccf.tar.bz2
system_core-c5943fd3fac808700dc86151c9968df90e84fccf.zip
Merge "Remove unnecessary references to libunwind."
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 f38b7a2ca..11b8144be 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",
],