From a2902e38a4fbd943801ca56663a4661dd6bc7be8 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Wed, 27 Sep 2017 16:20:31 -0700 Subject: [PATCH] Rename libz-host -> libz Test: m host Change-Id: I2806dde519602bc31b622ae3b3f55ab8b1287744 --- libs/androidfw/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/androidfw/Android.bp b/libs/androidfw/Android.bp index e764034ccd1c3..c4c14c9e32d4f 100644 --- a/libs/androidfw/Android.bp +++ b/libs/androidfw/Android.bp @@ -79,7 +79,7 @@ cc_library { "libutils", ], shared_libs: [ - "libz-host", + "libz", ], }, windows: {