blob: 498d32b8f029db3fadd7bd90339bb4de89d7c91d [file] [log] [blame]
sourceFiles = ["cryptfs_hw.cpp"]
commonSharedLibraries = [
"libcutils",
"libutils",
"libdl",
"libhardware",
"liblog",
"libhwbinder",
"libhidlbase",
"libhidltransport",
"libbinder",
"vendor.qti.hardware.cryptfshw@1.0",
]
cc_library_shared {
name: "libcryptfs_hw",
header_libs: ["libhardware_headers"],
srcs: sourceFiles,
shared_libs: commonSharedLibraries,
owner: "qti",
system_ext_specific: true,
}
cc_library_headers {
name: "libcryptfs_hw_headers",
export_include_dirs: ["."],
}