mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: Build biometricts HAL
* Remove now unused fingerprintd daemon
This commit is contained in:
parent
0444e9590e
commit
62679c3e53
2 changed files with 1 additions and 7 deletions
|
@ -135,7 +135,7 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# Fingerprint
|
||||
PRODUCT_PACKAGES += \
|
||||
fingerprintd \
|
||||
android.hardware.biometrics.fingerprint@2.1-service \
|
||||
fingerprint.msm8952
|
||||
|
||||
# For android_filesystem_config.h
|
||||
|
|
|
@ -1534,9 +1534,3 @@ on property:init.svc.per_mgr=running
|
|||
|
||||
on property:sys.shutdown.requested=*
|
||||
stop per_proxy
|
||||
|
||||
service fingerprintd /system/bin/fingerprintd
|
||||
class late_start
|
||||
user system
|
||||
group system
|
||||
writepid /dev/cpuset/system-background/tasks
|
||||
|
|
Loading…
Reference in a new issue