blob: 99c8c994880d67bf50c50115dddc8eb76282fbdb [file] [log] [blame]
Bob Badourc22b35b2021-02-23 14:26:20 -08001package {
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 default_applicable_licenses: ["hardware_interfaces_license"],
8}
9
Ilya Matyukhin3b542cd2020-10-12 18:23:46 -070010cc_test {
11 name: "VtsHalBiometricsFaceTargetTest",
12 defaults: [
13 "VtsHalTargetTestDefaults",
14 "use_libaidlvintf_gtest_helper_static",
15 ],
16 srcs: ["VtsHalBiometricsFaceTargetTest.cpp"],
Ilya Matyukhinde2c1ed2021-05-03 20:32:00 +000017 static_libs: [
18 "android.hardware.biometrics.common-V1-ndk_platform",
19 "android.hardware.biometrics.face-V1-ndk_platform",
20 "android.hardware.common-V2-ndk_platform",
21 "android.hardware.keymaster-V3-ndk_platform",
22 ],
Ilya Matyukhin3b542cd2020-10-12 18:23:46 -070023 shared_libs: [
24 "libbinder_ndk",
Ilya Matyukhin3b542cd2020-10-12 18:23:46 -070025 ],
26 test_suites: [
27 "general-tests",
28 "vts",
29 ],
30}