diff options
author | Christopher Ferris <cferris@google.com> | 2013-11-07 08:12:10 -0800 |
---|---|---|
committer | Christopher Ferris <cferris@google.com> | 2013-11-07 08:12:10 -0800 |
commit | db2309e3d104e47088135a7f1bb89ac853657838 (patch) | |
tree | a81724c97ab8c09266cab98a752ebe838c41ee30 | |
parent | 351b0123084570f8274ad3de44d515754c4b3add (diff) | |
download | system_core-db2309e3d104e47088135a7f1bb89ac853657838.zip system_core-db2309e3d104e47088135a7f1bb89ac853657838.tar.gz system_core-db2309e3d104e47088135a7f1bb89ac853657838.tar.bz2 |
Revert enabling libunwind.
It appears that some branches might not have libunwind set up properly.
Change-Id: Ia72889e115bc2791c7a9e67563c5f4a62197cafd
-rw-r--r-- | libbacktrace/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbacktrace/Android.mk b/libbacktrace/Android.mk index eb55b47..50354d0 100644 --- a/libbacktrace/Android.mk +++ b/libbacktrace/Android.mk @@ -23,7 +23,7 @@ common_shared_libs := \ liblog \ # To enable using libunwind on each arch, add it to the list below. -ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),arm)) +ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),)) #---------------------------------------------------------------------------- # The native libbacktrace library with libunwind. |