From 8bf310b9f3c8b6b5963f40be3f72f2ca199d3a70 Mon Sep 17 00:00:00 2001 From: Paul Crowley Date: Wed, 30 Oct 2019 13:34:49 -0700 Subject: [PATCH] Remove libfscrypt now it's in libfs_mgr Now that we include libfscrypt in libfs_mgr via whole_static_libs we should not reference it directly. Bug: 143307095 Test: treehugger Change-Id: I4cd138b50131ec8ce7835d9604c89c99cae53212 --- Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/Android.bp b/Android.bp index b621f35..452746c 100644 --- a/Android.bp +++ b/Android.bp @@ -52,7 +52,6 @@ cc_defaults { "libdiskconfig", "libext4_utils", "libf2fs_sparseblock", - "libfscrypt", "libhardware", "libhardware_legacy", "libhidlbase",