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"], |
Chirag Pathak | 8960aae | 2021-01-25 21:37:06 +0000 | [diff] [blame^] | 5 | vintf_fragments: [ |
| 6 | "android.hardware.security.keymint-service.xml", |
| 7 | "android.hardware.security.sharedsecret-service.xml", |
| 8 | "android.hardware.security.secureclock-service.xml", |
| 9 | ], |
Shawn Willden | 08a7e43 | 2020-12-11 13:05:27 +0000 | [diff] [blame] | 10 | vendor: true, |
| 11 | cflags: [ |
| 12 | "-Wall", |
| 13 | "-Wextra", |
| 14 | ], |
| 15 | shared_libs: [ |
Jeongik Cha | 1674c13 | 2021-01-26 22:34:55 +0900 | [diff] [blame] | 16 | "android.hardware.security.keymint-V1-ndk_platform", |
Chirag Pathak | 8960aae | 2021-01-25 21:37:06 +0000 | [diff] [blame^] | 17 | "android.hardware.security.sharedsecret-unstable-ndk_platform", |
| 18 | "android.hardware.security.secureclock-unstable-ndk_platform", |
Shawn Willden | 08a7e43 | 2020-12-11 13:05:27 +0000 | [diff] [blame] | 19 | "libbase", |
| 20 | "libbinder_ndk", |
| 21 | "libcppbor", |
| 22 | "libcrypto", |
| 23 | "libkeymaster_portable", |
| 24 | "libkeymint", |
| 25 | "liblog", |
| 26 | "libpuresoftkeymasterdevice", |
| 27 | "libutils", |
| 28 | ], |
| 29 | srcs: [ |
| 30 | "service.cpp", |
| 31 | ], |
| 32 | } |