Bob Badour | c22b35b | 2021-02-23 14:26:20 -0800 | [diff] [blame] | 1 | package { |
| 2 | // See: http://go/android-license-faq |
| 3 | // A large-scale-change added 'default_applicable_licenses' to import |
| 4 | // all of the 'license_kinds' from "hardware_interfaces_license" |
| 5 | // to get the below license kinds: |
| 6 | // SPDX-license-identifier-Apache-2.0 |
| 7 | default_applicable_licenses: ["hardware_interfaces_license"], |
| 8 | } |
| 9 | |
Steven Moreland | 90e3a50 | 2017-11-02 14:16:29 -0700 | [diff] [blame] | 10 | cc_binary { |
| 11 | name: "android.hardware.biometrics.fingerprint@2.1-service", |
Chih-Hung Hsieh | 5631258 | 2017-11-20 16:02:42 -0800 | [diff] [blame] | 12 | defaults: ["hidl_defaults"], |
Steven Moreland | 90e3a50 | 2017-11-02 14:16:29 -0700 | [diff] [blame] | 13 | init_rc: ["android.hardware.biometrics.fingerprint@2.1-service.rc"], |
Roman Kiryanov | 407776e | 2020-04-09 14:17:54 -0700 | [diff] [blame] | 14 | vintf_fragments: ["android.hardware.biometrics.fingerprint@2.1-service.xml"], |
Steven Moreland | 90e3a50 | 2017-11-02 14:16:29 -0700 | [diff] [blame] | 15 | vendor: true, |
| 16 | relative_install_path: "hw", |
| 17 | srcs: [ |
| 18 | "BiometricsFingerprint.cpp", |
| 19 | "service.cpp", |
| 20 | ], |
| 21 | |
| 22 | shared_libs: [ |
| 23 | "libcutils", |
| 24 | "liblog", |
| 25 | "libhidlbase", |
Steven Moreland | 90e3a50 | 2017-11-02 14:16:29 -0700 | [diff] [blame] | 26 | "libhardware", |
| 27 | "libutils", |
| 28 | "android.hardware.biometrics.fingerprint@2.1", |
| 29 | ], |
| 30 | |
| 31 | } |