summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorDavid Sehr <sehr@google.com>2018-01-17 17:10:18 -0800
committerDavid Sehr <sehr@google.com>2018-01-17 17:10:18 -0800
commit0756265bb3af59bc35b1d01bcc40030643d41c79 (patch)
tree3ec8f0300bcf7ba39224f0365d3070978956535d /libs
parent3e059193b132351daa7c180e46e1d336bac5559a (diff)
downloadnative-0756265bb3af59bc35b1d01bcc40030643d41c79.tar.gz
Remove libziparchive dependency on libutils
Prevent future cyclic dependency from libunwind changes. Bug: 66919073 Test: make -j 50 Change-Id: I311d9a91f0efaf9806b46bf768ec2d9dc9065e3c
Diffstat (limited to 'libs')
-rw-r--r--libs/binder/Android.bp1
-rw-r--r--libs/ui/Android.bp1
2 files changed, 2 insertions, 0 deletions
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp
index c130087fb5..57c87756ed 100644
--- a/libs/binder/Android.bp
+++ b/libs/binder/Android.bp
@@ -92,6 +92,7 @@ cc_library {
"liblog",
"libcutils",
"libutils",
+ "libutilscallstack",
],
header_libs: [
diff --git a/libs/ui/Android.bp b/libs/ui/Android.bp
index 07aba321a8..dac9616752 100644
--- a/libs/ui/Android.bp
+++ b/libs/ui/Android.bp
@@ -84,6 +84,7 @@ cc_library_shared {
"libhwbinder",
"libsync",
"libutils",
+ "libutilscallstack",
"liblog",
],