summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.bp3
-rw-r--r--cryptfs_hw.cpp2
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 <hardware/hardware.h>
#include <hardware/keymaster_common.h>
#include "cryptfs_hw.h"
-#include "CryptfsHw.h"
+#include <vendor/qti/hardware/cryptfshw/1.0/ICryptfsHw.h>
using android::sp;
using vendor::qti::hardware::cryptfshw::V1_0::ICryptfsHw;