From 5864a6211c4e68f4520aabb4d828e30b35e42c44 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Tue, 29 Jun 2021 00:23:12 +0000 Subject: [PATCH] snapshotctl: remove unused libbinder dep not needed (may be needed by deps, but still). Bug: N/A Test: N/A Change-Id: I3bc128717df50120c803d1d8bb5f9537f27cefd8 --- fs_mgr/libsnapshot/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/fs_mgr/libsnapshot/Android.bp b/fs_mgr/libsnapshot/Android.bp index aa1f4154c..acfaa84af 100644 --- a/fs_mgr/libsnapshot/Android.bp +++ b/fs_mgr/libsnapshot/Android.bp @@ -311,7 +311,6 @@ cc_binary { "android.hardware.boot@1.0", "android.hardware.boot@1.1", "libbase", - "libbinder", "libext2_uuid", "libext4_utils", "libfs_mgr_binder",