From 1c4d4bf4f443c7c7c50c8b5e86aefc66f0f72bd1 Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Tue, 7 Aug 2018 10:08:02 -0700 Subject: minui: Track libsync module name change. Needs the matching change to libsync_recovery. Test: `mmma -j bootable/recovery` Change-Id: I69b5c978e9b4d16957ffecd360796b29cd95865c --- minui/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minui/Android.bp b/minui/Android.bp index 19d28be62..31022e1d6 100644 --- a/minui/Android.bp +++ b/minui/Android.bp @@ -35,7 +35,7 @@ cc_library { whole_static_libs: [ "libadf", "libdrm", - "libsync_recovery", + "libsync", ], shared_libs: [ -- cgit v1.2.3