mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-02-01 07:33:36 +00:00
muskie: fingerprint bringup
- Add fingerprintd
- Add android.hardware.fingerprint.xml
- Set permissions on fingerprint sysfs attributes
Bug:32875729
Change-Id: I4db05700fac27375858fafbfe8ccace26de78648
This commit is contained in:
committed by
Nick Desaulniers
parent
0b55e7185d
commit
564766461d
@@ -203,5 +203,13 @@ PRODUCT_COPY_FILES += \
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/lowi.conf:system/etc/lowi.conf
|
||||
|
||||
# Fingerprint
|
||||
PRODUCT_PACKAGES += \
|
||||
fingerprintd
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml
|
||||
|
||||
|
||||
# setup dalvik vm configs
|
||||
$(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
|
||||
|
||||
@@ -417,3 +417,8 @@ service loc_launcher /vendor/bin/loc_launcher
|
||||
|
||||
service pd_mapper /vendor/bin/pd-mapper
|
||||
class core
|
||||
|
||||
service fingerprintd /system/bin/fingerprintd
|
||||
class late_start
|
||||
user system
|
||||
group system
|
||||
|
||||
@@ -89,3 +89,7 @@
|
||||
|
||||
# BT
|
||||
/dev/ttyHS0 0660 bluetooth net_bt
|
||||
|
||||
# fpc fingerprint
|
||||
/sys/devices/soc/soc:fp_fpc* irq 0600 system system
|
||||
/sys/devices/soc/soc:fp_fpc* wakeup_enable 0200 system system
|
||||
|
||||
Reference in New Issue
Block a user