blob: 918ef7278269ceedf100bf01b0fbd0ce599e07c4 [file] [log] [blame]
Joshua McCloskeyc8c0bad2022-05-10 05:17:44 +00001cc_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",
16 "android.hardware.biometrics.common-V2-ndk",
17 ],
18}