devon: Add missing capsense_reset
Change-Id: I3e8d82b6293d73c21cba0a65b37088da331a8dc4
This commit is contained in:
+29
@@ -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",
|
||||||
|
|||||||
@@ -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
Binary file not shown.
Reference in New Issue
Block a user