From cecad743c1225bc203085e04cc70b54bcd51c374 Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Wed, 3 Apr 2019 11:35:51 -0700 Subject: libotautil exports libfstab header. otautil/roots.h includes , but users of otautil/roots.h don't need to explicitly depend on libfstab unless they have a real need. Also remove the unneeded include of from fsck_unshare_blocks.cpp. Test: mmma -j bootable/recovery Change-Id: Id3dc995a4769e631ab242843ee439bd94b2bf0bc --- Android.bp | 3 --- 1 file changed, 3 deletions(-) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index a44a2c625..fc8b139a2 100644 --- a/Android.bp +++ b/Android.bp @@ -75,7 +75,6 @@ cc_defaults { // external dependencies "libhealthhalutils", - "libfstab", ], } @@ -153,7 +152,6 @@ cc_binary { static_libs: [ "libotautil", - "libfstab", ], init_rc: [ @@ -181,7 +179,6 @@ cc_binary { static_libs: [ "libotautil", - "libfstab", ], init_rc: [ -- cgit v1.2.3