Remove libbacktrace dependency on libcutils
libbacktrace doesn't use libcutils, it uses liblog. Change-Id: Ie1328b18a9f189c081891ba3b9a28487e830e579
This commit is contained in:
parent
4d66c9ea17
commit
db134ca20c
|
@ -51,18 +51,10 @@ libbacktrace_src_files := \
|
|||
UnwindMap.cpp \
|
||||
UnwindPtrace.cpp \
|
||||
|
||||
libbacktrace_shared_libraries_target := \
|
||||
libcutils \
|
||||
|
||||
libbacktrace_shared_libraries := \
|
||||
libbase \
|
||||
libunwind \
|
||||
|
||||
libbacktrace_shared_libraries_host := \
|
||||
liblog \
|
||||
|
||||
libbacktrace_static_libraries_host := \
|
||||
libcutils \
|
||||
libunwind \
|
||||
|
||||
libbacktrace_ldlibs_host := \
|
||||
-lpthread \
|
||||
|
|
Loading…
Reference in New Issue