blob: 599c4917727fcd2a3a9e3e0d009050e8e18dfd57 [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",
Vincent Wang890be572023-11-30 07:36:41 +000016 "android.hardware.biometrics.common-V4-ndk",
Joshua McCloskeyc8c0bad2022-05-10 05:17:44 +000017 ],
18}