summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2019-07-21 19:45:58 -0700
committerLinux Build Service Account <lnxbuild@localhost>2019-07-21 19:45:58 -0700
commit62487cf737babc6499925f91ae68a31af902c197 (patch)
tree4c31108f3ba311038b19b04893d972c610d07d8f /Android.bp
parent07f77ac64f3fb1bfe1bc4213f5add34b5bfb9dac (diff)
parent6b99d61baaee529c181a663a5f205b66c91141ff (diff)
downloadandroid_vendor_qcom_opensource_cryptfs_hw-62487cf737babc6499925f91ae68a31af902c197.tar.gz
android_vendor_qcom_opensource_cryptfs_hw-62487cf737babc6499925f91ae68a31af902c197.tar.bz2
android_vendor_qcom_opensource_cryptfs_hw-62487cf737babc6499925f91ae68a31af902c197.zip
Merge 6b99d61baaee529c181a663a5f205b66c91141ff on remote branch
Change-Id: I06a01d7a7284ab32018272ce3cf70a9e22bed0ef
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp12
1 files changed, 9 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index 5698fb3..edcc386 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,4 @@
-sourceFiles = ["cryptfs_hw.c"]
+sourceFiles = ["cryptfs_hw.cpp"]
commonSharedLibraries = [
"libcutils",
@@ -6,17 +6,23 @@ commonSharedLibraries = [
"libdl",
"libhardware",
"liblog",
+ "libhwbinder",
+ "libhidlbase",
+ "libhidltransport",
+ "libbinder",
+ "vendor.qti.hardware.cryptfshw@1.0",
]
cc_library_shared {
name: "libcryptfs_hw",
header_libs: ["qseecom-kernel-headers",
- "libhardware_headers"],
- cflags: ["-DCONFIG_HW_DISK_ENCRYPTION"],
+ "libhardware_headers",
+ "libcryptfshw_hidl_headers",],
srcs: sourceFiles,
shared_libs: commonSharedLibraries,
owner: "qti",
+ product_specific: true,
}
cc_library_headers {