summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Keith <javelinanddart@gmail.com>2019-09-22 01:09:47 +0300
committerMichael Bestas <mkbestas@lineageos.org>2019-09-22 01:10:16 +0300
commitded77025f9d55ff5188a63355e6d6141eaece9c2 (patch)
tree72b5bdae09a378cc9438ff6697c716805fec05e0
parent3a01a1705b73d5d84e05ed19e80a16c149fd3a19 (diff)
downloadandroid_vendor_qcom_opensource_cryptfs_hw-ded77025f9d55ff5188a63355e6d6141eaece9c2.tar.gz
android_vendor_qcom_opensource_cryptfs_hw-ded77025f9d55ff5188a63355e6d6141eaece9c2.tar.bz2
android_vendor_qcom_opensource_cryptfs_hw-ded77025f9d55ff5188a63355e6d6141eaece9c2.zip
cryptfs_hw: Remove libcryptfshw_hidl_headers dependency
Change-Id: If50351002cb10d577729104c83e3a4acaba296ad Signed-off-by: Michael Bestas <mkbestas@lineageos.org>
-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;