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", |
Michael Bestas | 0891255 | 2018-09-27 00:33:21 +0300 | [diff] [blame] | 13 | header_libs: ["generated_kernel_headers", |
AnilKumar Chimata | 3601721 | 2018-05-11 00:31:38 +0530 | [diff] [blame] | 14 | "libhardware_headers"], |
| 15 | cflags: ["-DCONFIG_HW_DISK_ENCRYPTION"], |
| 16 | srcs: sourceFiles, |
| 17 | shared_libs: commonSharedLibraries, |
| 18 | |
Michael Bestas | 5978a5e | 2017-12-20 19:12:59 +0200 | [diff] [blame] | 19 | product_variables: { |
| 20 | bliss: { |
| 21 | device_support_legacy_hwfde: { |
| 22 | cflags: ["-DLEGACY_HW_DISK_ENCRYPTION"], |
| 23 | }, |
Michael Bestas | e4e558e | 2017-12-20 22:07:16 +0200 | [diff] [blame^] | 24 | device_support_wait_for_qsee: { |
| 25 | cflags: ["-DWAIT_FOR_QSEE"], |
| 26 | }, |
Michael Bestas | 5978a5e | 2017-12-20 19:12:59 +0200 | [diff] [blame] | 27 | }, |
| 28 | }, |
| 29 | |
AnilKumar Chimata | 3601721 | 2018-05-11 00:31:38 +0530 | [diff] [blame] | 30 | owner: "qti", |
| 31 | } |
| 32 | |
| 33 | cc_library_headers { |
| 34 | name: "libcryptfs_hw_headers", |
| 35 | export_include_dirs: ["."], |
| 36 | } |