blob: 9b7e08131483c41b24e92ab371dfe3e5a35b7dd9 [file] [log] [blame]
Shawn Willden08a7e432020-12-11 13:05:27 +00001cc_binary {
2 name: "android.hardware.security.keymint-service",
3 relative_install_path: "hw",
4 init_rc: ["android.hardware.security.keymint-service.rc"],
Chirag Pathak8960aae2021-01-25 21:37:06 +00005 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 Willden08a7e432020-12-11 13:05:27 +000010 vendor: true,
11 cflags: [
12 "-Wall",
13 "-Wextra",
14 ],
15 shared_libs: [
Jeongik Cha1674c132021-01-26 22:34:55 +090016 "android.hardware.security.keymint-V1-ndk_platform",
Chirag Pathak8960aae2021-01-25 21:37:06 +000017 "android.hardware.security.sharedsecret-unstable-ndk_platform",
18 "android.hardware.security.secureclock-unstable-ndk_platform",
Shawn Willden08a7e432020-12-11 13:05:27 +000019 "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}