Pierre-Hugues Husson | 8a07d2c | 2018-02-16 22:41:03 +0100 | [diff] [blame] | 1 | on post-fs |
| 2 | exec - root -- /system/bin/vndk-detect |
Pierre-Hugues Husson | f181109 | 2018-04-10 18:33:33 +0200 | [diff] [blame] | 3 | exec - root -- /system/bin/rw-system.sh |
Pierre-Hugues Husson | 1e27cc1 | 2018-04-01 00:21:03 +0200 | [diff] [blame] | 4 | mount none /system/etc/usb_audio_policy_configuration.xml /vendor/etc/usb_audio_policy_configuration.xml bind |
Pierre-Hugues Husson | 8a07d2c | 2018-02-16 22:41:03 +0100 | [diff] [blame] | 5 | export LD_CONFIG_FILE /system/etc/ld.config.${persist.sys.vndk}.txt |
Pierre-Hugues Husson | 6eaf501 | 2018-05-14 17:04:27 +0200 | [diff] [blame] | 6 | |
| 7 | service phh_service_cleaner /system/bin/service-cleaner.sh |
Pierre-Hugues Husson | 1959f79 | 2018-05-14 21:32:37 +0200 | [diff] [blame] | 8 | oneshot |
Pierre-Hugues Husson | 6eaf501 | 2018-05-14 17:04:27 +0200 | [diff] [blame] | 9 | disabled |
| 10 | |
| 11 | on property:sys.boot_completed=1 |
| 12 | start phh_service_cleaner |
Pierre-Hugues Husson | 63b2403 | 2018-05-19 15:49:45 +0200 | [diff] [blame] | 13 | write /sys/class/hw_power/charger/direct_charger/iin_thermal 4500 |
| 14 | write /sys/class/hw_power/charger/charge_data/iin_thermal 2000 |
Pierre-Hugues Husson | b01b148 | 2018-06-06 23:46:50 +0200 | [diff] [blame] | 15 | exec u:r:phhsu_daemon:s0 root -- /system/bin/bootctl mark-boot-successful |