Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Remove libbacktrace dependency on libcutils
Browse files Browse the repository at this point in the history
libbacktrace doesn't use libcutils, it uses liblog.

Change-Id: Ie1328b18a9f189c081891ba3b9a28487e830e579
  • Loading branch information
colincross committed Apr 30, 2015
1 parent 4d66c9e commit db134ca
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions libbacktrace/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit db134ca

Please sign in to comment.