summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp5
1 files changed, 2 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index edcc386..c4cf947 100644
--- a/Android.bp
+++ b/Android.bp
@@ -15,9 +15,8 @@ commonSharedLibraries = [
cc_library_shared {
name: "libcryptfs_hw",
- header_libs: ["qseecom-kernel-headers",
- "libhardware_headers",
- "libcryptfshw_hidl_headers",],
+ header_libs: ["generated_kernel_headers",
+ "libhardware_headers",],
srcs: sourceFiles,
shared_libs: commonSharedLibraries,