blob: 8aea8b66e94312e95738799a5bb0b3f72103ae76 [file] [log] [blame]
AnilKumar Chimata36017212018-05-11 00:31:38 +05301sourceFiles = ["cryptfs_hw.c"]
2
3commonSharedLibraries = [
4 "libcutils",
5 "libutils",
6 "libdl",
7 "libhardware",
8 "liblog",
9]
10
11cc_library_shared {
12 name: "libcryptfs_hw",
Michael Bestas08912552018-09-27 00:33:21 +030013 header_libs: ["generated_kernel_headers",
AnilKumar Chimata36017212018-05-11 00:31:38 +053014 "libhardware_headers"],
15 cflags: ["-DCONFIG_HW_DISK_ENCRYPTION"],
16 srcs: sourceFiles,
17 shared_libs: commonSharedLibraries,
18
19 owner: "qti",
20}
21
22cc_library_headers {
23 name: "libcryptfs_hw_headers",
24 export_include_dirs: ["."],
25}