summaryrefslogtreecommitdiffstats
path: root/cryptfs_hw.cpp
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 /cryptfs_hw.cpp
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>
Diffstat (limited to 'cryptfs_hw.cpp')
-rw-r--r--cryptfs_hw.cpp2
1 files changed, 1 insertions, 1 deletions
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;