aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2018-05-03 18:43:37 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-05-03 18:43:37 -0700
commitf7c71c4af046d2741e18c6f43c771ebe0de6354b (patch)
tree86ff2b77e88ef9d1ba7610933b095faacc7ba52e
parent857d28136af8eb7760c4cfd0a381bbfc5099d8ee (diff)
parent62063c5104a8a63c65af74f748013cd91aa1d390 (diff)
downloadlibunwind-f7c71c4af046d2741e18c6f43c771ebe0de6354b.tar.gz
Remove dependency on liblzma. am: 91b43a4dfe
am: 62063c5104 Change-Id: I01169a4ba4bd7567e20ac47da86be25862ce0e58
-rw-r--r--Android.bp2
-rw-r--r--include/config.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index cb527c59..5f546955 100644
--- a/Android.bp
+++ b/Android.bp
@@ -414,8 +414,6 @@ cc_library {
export_include_dirs: ["include"],
- shared_libs: ["liblzma"],
-
debug: {
//shared_libs: ["liblog"],
},
diff --git a/include/config.h b/include/config.h
index 48549f6a..bcef953a 100644
--- a/include/config.h
+++ b/include/config.h
@@ -131,7 +131,7 @@
#define HAVE_LINK_H 1
/* Define if you have liblzma */
-#define HAVE_LZMA 1
+/* #undef HAVE_LZMA */
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1