summaryrefslogtreecommitdiffstats
path: root/vibrator/1.0-lineage/Android.bp
Commit message (Collapse)AuthorAgeFilesLines
* lineage/interfaces: vibrator: add binderized serviceDemon0002017-12-231-0/+31
The timed output device must be at "/sys/devices/virtual/timed_output/vibrator" and provide the following sysfs entries: * "vtg_min", used to get the minimum allowed voltage * "vtg_max", used to get the maximum allowed voltage * "vtg_level", used to set the voltage within vtg_min and vtg_max range To use this, add PRODUCT_PACKAGES += \ android.hardware.vibrator@1.0-service.lineage Change-Id: I8bc1f4386fd04b4943a5ccb38ddfac333a7530d2