Skip to content
Snippets Groups Projects
Commit b5b0217f authored by Dhina17's avatar Dhina17
Browse files

onclite: mkdir /data/vendor/goodix on init

Change-Id: I78a2b14e43c3f1cb3af4f1e31dc5907d792067bf
parent 75a69e3a
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,9 @@ on boot
chown system system /sys/devices/platform/soc/soc:fpc1020/fingerdown_wait
chmod 0660 /sys/devices/platform/soc/soc:fpc1020/fingerdown_wait
on post-fs-data
# Create directory for goodix fingerprint
mkdir /data/vendor/goodix 0770 system system
on property:sys.fp.vendor=goodix
setprop ro.boot.fpsensor goodix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment