AnilKumar Chimata | 3601721 | 2018-05-11 00:31:38 +0530 | [diff] [blame^] | 1 | sourceFiles = ["cryptfs_hw.c"] |
| 2 | |
| 3 | commonSharedLibraries = [ |
| 4 | "libcutils", |
| 5 | "libutils", |
| 6 | "libdl", |
| 7 | "libhardware", |
| 8 | "liblog", |
| 9 | ] |
| 10 | |
| 11 | cc_library_shared { |
| 12 | name: "libcryptfs_hw", |
| 13 | header_libs: ["qseecom-kernel-headers", |
| 14 | "libhardware_headers"], |
| 15 | cflags: ["-DCONFIG_HW_DISK_ENCRYPTION"], |
| 16 | srcs: sourceFiles, |
| 17 | shared_libs: commonSharedLibraries, |
| 18 | |
| 19 | owner: "qti", |
| 20 | } |
| 21 | |
| 22 | cc_library_headers { |
| 23 | name: "libcryptfs_hw_headers", |
| 24 | export_include_dirs: ["."], |
| 25 | } |