Joshua McCloskey | c8c0bad | 2022-05-10 05:17:44 +0000 | [diff] [blame] | 1 | cc_library { |
| 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 | name: "android.hardware.biometrics.common.util", |
| 8 | export_include_dirs: ["include"], |
| 9 | vendor: true, |
| 10 | srcs: [ |
| 11 | "CancellationSignal.cpp", |
| 12 | ], |
| 13 | shared_libs: [ |
| 14 | "libbase", |
| 15 | "libbinder_ndk", |
Ilya Matyukhin | 8453178 | 2022-10-31 02:29:43 +0000 | [diff] [blame] | 16 | "android.hardware.biometrics.common-V3-ndk", |
Joshua McCloskey | c8c0bad | 2022-05-10 05:17:44 +0000 | [diff] [blame] | 17 | ], |
| 18 | } |