blob: b990812856cd907bcc9a464f9d3bb28167f28fca [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",
Ilya Matyukhin84531782022-10-31 02:29:43 +000016 "android.hardware.biometrics.common-V3-ndk",
Joshua McCloskeyc8c0bad2022-05-10 05:17:44 +000017 ],
18}