Andrew Scull | 9ba2657 | 2021-05-27 19:20:46 +0000 | [diff] [blame^] | 1 | package { |
| 2 | default_applicable_licenses: ["Android-Apache-2.0"], |
| 3 | } |
| 4 | |
| 5 | cc_binary { |
| 6 | name: "android.hardware.security.keymint-service.microdroid", |
| 7 | relative_install_path: "hw", |
| 8 | init_rc: ["android.hardware.security.keymint-service.microdroid.rc"], |
| 9 | vintf_fragments: [ |
| 10 | "android.hardware.security.keymint-service.microdroid.xml", |
| 11 | ], |
| 12 | vendor: true, |
| 13 | cflags: [ |
| 14 | "-Wall", |
| 15 | "-Wextra", |
| 16 | ], |
| 17 | shared_libs: [ |
| 18 | "android.hardware.security.keymint-V1-ndk_platform", |
| 19 | "libbase", |
| 20 | "libbinder_ndk", |
| 21 | "libcppbor_external", |
| 22 | "libcrypto", |
| 23 | "libkeymaster_portable", |
| 24 | "libkeymint", |
| 25 | "liblog", |
| 26 | "libpuresoftkeymasterdevice", |
| 27 | "libutils", |
| 28 | ], |
| 29 | srcs: [ |
| 30 | "service.cpp", |
| 31 | ], |
| 32 | } |