From fef14665a1d73bc56c94974d1e19af47257a3e0e Mon Sep 17 00:00:00 2001 From: Gaurav Kashyap Date: Fri, 27 Sep 2019 16:07:27 -0700 Subject: cryptfs_hw: remove kernel dependency from bp Remove qseecom_kernel_headers from Android.bp as it is not needed anymore. Change-Id: I3f4055fadead1e239663f72b2277bac6fdcef369 Signed-off-by: Gaurav Kashyap --- Android.bp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index edcc386..1d8cb4d 100644 --- a/Android.bp +++ b/Android.bp @@ -15,8 +15,7 @@ commonSharedLibraries = [ cc_library_shared { name: "libcryptfs_hw", - header_libs: ["qseecom-kernel-headers", - "libhardware_headers", + header_libs: ["libhardware_headers", "libcryptfshw_hidl_headers",], srcs: sourceFiles, shared_libs: commonSharedLibraries, -- cgit v1.2.3