Shawn Willden | 08a7e43 | 2020-12-11 13:05:27 +0000 | [diff] [blame] | 1 | cc_binary { |
| 2 | name: "android.hardware.security.keymint-service", |
| 3 | relative_install_path: "hw", |
| 4 | init_rc: ["android.hardware.security.keymint-service.rc"], |
| 5 | vintf_fragments: ["android.hardware.security.keymint-service.xml"], |
| 6 | vendor: true, |
| 7 | cflags: [ |
| 8 | "-Wall", |
| 9 | "-Wextra", |
| 10 | ], |
| 11 | shared_libs: [ |
Jeongik Cha | 1674c13 | 2021-01-26 22:34:55 +0900 | [diff] [blame^] | 12 | "android.hardware.security.keymint-V1-ndk_platform", |
Shawn Willden | 08a7e43 | 2020-12-11 13:05:27 +0000 | [diff] [blame] | 13 | "libbase", |
| 14 | "libbinder_ndk", |
| 15 | "libcppbor", |
| 16 | "libcrypto", |
| 17 | "libkeymaster_portable", |
| 18 | "libkeymint", |
| 19 | "liblog", |
| 20 | "libpuresoftkeymasterdevice", |
| 21 | "libutils", |
| 22 | ], |
| 23 | srcs: [ |
| 24 | "service.cpp", |
| 25 | ], |
| 26 | } |