Steven Moreland | 90e3a50 | 2017-11-02 14:16:29 -0700 | [diff] [blame] | 1 | cc_binary { |
2 | name: "android.hardware.biometrics.fingerprint@2.1-service", | ||||
3 | init_rc: ["android.hardware.biometrics.fingerprint@2.1-service.rc"], | ||||
4 | vendor: true, | ||||
5 | relative_install_path: "hw", | ||||
6 | srcs: [ | ||||
7 | "BiometricsFingerprint.cpp", | ||||
8 | "service.cpp", | ||||
9 | ], | ||||
10 | |||||
11 | shared_libs: [ | ||||
12 | "libcutils", | ||||
13 | "liblog", | ||||
14 | "libhidlbase", | ||||
15 | "libhidltransport", | ||||
16 | "libhardware", | ||||
17 | "libutils", | ||||
18 | "android.hardware.biometrics.fingerprint@2.1", | ||||
19 | ], | ||||
20 | |||||
21 | } |