mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-04 09:59:20 +00:00
Default now. To Remove. Bug: 215754978 Test: N/A Change-Id: Ie83df828ea2ec892c6586ffa32e9f6c42d83a2fe
32 lines
841 B
Plaintext
32 lines
841 B
Plaintext
package {
|
|
// See: http://go/android-license-faq
|
|
// A large-scale-change added 'default_applicable_licenses' to import
|
|
// all of the 'license_kinds' from "hardware_interfaces_license"
|
|
// to get the below license kinds:
|
|
// SPDX-license-identifier-Apache-2.0
|
|
default_applicable_licenses: ["hardware_interfaces_license"],
|
|
}
|
|
|
|
aidl_interface {
|
|
name: "android.hardware.biometrics.face",
|
|
vendor_available: true,
|
|
srcs: [
|
|
"android/hardware/biometrics/face/**/*.aidl",
|
|
],
|
|
imports: [
|
|
"android.hardware.biometrics.common",
|
|
"android.hardware.common-V2",
|
|
"android.hardware.keymaster-V3",
|
|
],
|
|
stability: "vintf",
|
|
backend: {
|
|
java: {
|
|
platform_apis: true,
|
|
},
|
|
cpp: {
|
|
enabled: false,
|
|
},
|
|
},
|
|
versions: ["1"],
|
|
}
|