From 58bbe3c959786beae805edc785353eb95ec9e3cf Mon Sep 17 00:00:00 2001 From: Kelvin Zhang Date: Tue, 12 Apr 2022 10:46:56 -0700 Subject: Update static libs deps in recovery Transitive dependency, need to add lz4 as static lib. Test: th Bug: 228478555 Change-Id: Ic73ad115c2def057f1e1bcb84b8bed8cdc08c1e6 --- Android.bp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Android.bp b/Android.bp index bd9570500..f733700f1 100644 --- a/Android.bp +++ b/Android.bp @@ -113,6 +113,8 @@ cc_defaults { "librecovery_utils", "libotautil", "libsnapshot_nobinder", + "libsnapshot_cow", + "liblz4", "update_metadata-protos", ], } -- cgit v1.2.3