rtwo: initial conversion from eqs

* includes using prebuilt kernel!
This commit is contained in:
SGCMarkus
2023-06-28 17:38:36 +02:00
parent 3cbb1ed178
commit 782fdadc3c
76 changed files with 8417 additions and 7234 deletions

View File

@@ -1,22 +0,0 @@
cc_binary {
name: "android.hardware.biometrics.fingerprint@2.3-service.eqs",
defaults: ["hidl_defaults"],
init_rc: ["android.hardware.biometrics.fingerprint@2.3-service.eqs.rc"],
vintf_fragments: ["android.hardware.biometrics.fingerprint@2.3-service.eqs.xml"],
relative_install_path: "hw",
srcs: [
"service.cpp",
"BiometricsFingerprint.cpp",
],
vendor: true,
shared_libs: [
"libbase",
"libhidlbase",
"liblog",
"libutils",
"android.hardware.biometrics.fingerprint@2.1",
"android.hardware.biometrics.fingerprint@2.2",
"android.hardware.biometrics.fingerprint@2.3",
"com.motorola.hardware.biometric.fingerprint@1.0",
],
}