1cc_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-V4-ndk", 17 ], 18} 19