From 4c0c3abd1e492d2cee35d087b6c2151abca12b68 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Thu, 11 Jul 2019 17:19:38 -0700 Subject: libext4_utils: remove unused deps Bug: 137311188 Test: library still builds Change-Id: Iee71887bc0f969c349369b7d70c981c3f89ce23a --- ext4_utils/Android.bp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'ext4_utils') diff --git a/ext4_utils/Android.bp b/ext4_utils/Android.bp index e9c5965f..967af010 100644 --- a/ext4_utils/Android.bp +++ b/ext4_utils/Android.bp @@ -17,17 +17,10 @@ cc_library { export_include_dirs: ["include"], shared_libs: [ "libbase", - "libsparse", "libz", ], target: { - host: { - static_libs: ["libsparse"], - }, - not_windows: { - static_libs: ["libselinux"], - }, windows: { host_ldlibs: ["-lws2_32"], enabled: true, @@ -36,7 +29,6 @@ cc_library { android: { shared_libs: [ "libbase", - "libselinux", ], shared: { -- cgit v1.2.3