devon: Add missing capsense_reset

Change-Id: I3e8d82b6293d73c21cba0a65b37088da331a8dc4
This commit is contained in:
Michael Bestas
2025-06-02 20:46:55 +03:00
parent b225c5ec34
commit debafd0af6
3 changed files with 30 additions and 0 deletions
+29
View File
@@ -3862,6 +3862,35 @@ cc_prebuilt_library_shared {
soc_specific: true, soc_specific: true,
} }
cc_prebuilt_binary {
name: "capsense_reset",
owner: "motorola",
target: {
android_arm64: {
srcs: [
"proprietary/vendor/bin/capsense_reset",
],
shared_libs: [
"liblog",
"libcutils",
"libhardware_legacy",
"libutils",
"libsensorndkbridge",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
strip: {
none: true,
},
prefer: true,
soc_specific: true,
}
cc_prebuilt_binary { cc_prebuilt_binary {
name: "android.hardware.biometrics.fingerprint@2.1-service-ets", name: "android.hardware.biometrics.fingerprint@2.1-service-ets",
owner: "motorola", owner: "motorola",
+1
View File
@@ -3311,6 +3311,7 @@ PRODUCT_PACKAGES += \
libvidhance_horizon_correction \ libvidhance_horizon_correction \
libvidhance_stabilizer \ libvidhance_stabilizer \
vendor.egistecbix.hardware.fingerprint@4.0 \ vendor.egistecbix.hardware.fingerprint@4.0 \
capsense_reset \
android.hardware.biometrics.fingerprint@2.1-service-ets \ android.hardware.biometrics.fingerprint@2.1-service-ets \
android.hardware.biometrics.fingerprint@2.1-service-fpc \ android.hardware.biometrics.fingerprint@2.1-service-fpc \
thermal-engine thermal-engine
BIN
View File
Binary file not shown.