From ded77025f9d55ff5188a63355e6d6141eaece9c2 Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Sun, 22 Sep 2019 01:09:47 +0300 Subject: cryptfs_hw: Remove libcryptfshw_hidl_headers dependency Change-Id: If50351002cb10d577729104c83e3a4acaba296ad Signed-off-by: Michael Bestas --- Android.bp | 3 +-- cryptfs_hw.cpp | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Android.bp b/Android.bp index fcbe24b..c4cf947 100644 --- a/Android.bp +++ b/Android.bp @@ -16,8 +16,7 @@ commonSharedLibraries = [ cc_library_shared { name: "libcryptfs_hw", header_libs: ["generated_kernel_headers", - "libhardware_headers", - "libcryptfshw_hidl_headers",], + "libhardware_headers",], srcs: sourceFiles, shared_libs: commonSharedLibraries, diff --git a/cryptfs_hw.cpp b/cryptfs_hw.cpp index 38f3398..8845de1 100644 --- a/cryptfs_hw.cpp +++ b/cryptfs_hw.cpp @@ -40,7 +40,7 @@ #include #include #include "cryptfs_hw.h" -#include "CryptfsHw.h" +#include using android::sp; using vendor::qti::hardware::cryptfshw::V1_0::ICryptfsHw; -- cgit v1.2.3