* So, this one from flox can cause everything to get janky AF
every time RenderScript is actually used, and finding one that
actually loads (no missing symbols) AND actually works well is,
well, challenging. The device works fine with the "normal"
non-adreno driver in AOSP, so let's use that until/unless we find
an actually working adreno driver.
Change-Id: I4ab19269eb49f5f2aed375d9055d68c1b9835f69
Use same patterns @Ziyann used for mako sensors.
Changed:
- /data/misc/sensors/sensors_dbg_config.txt to
/data/vendor/sensors/sensors_dbg_conf.txt
- /data/system/sensors/settings to /persist/sensors/settings
- /data/misc/sensors/akmd_set to /data/vendor/sensors/akmd_set
- /data/misc/sensors/debug to /data/vendor/sensors/debug
Change-Id: I2a10be0719bf118c6882ad43bc316ae359f4af0f
Signed-off-by: Daniel Jarai <jaraidaniel@gmail.com>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
The 'sensors' user/group doesn't exist, causing some files anaged by the
sensor daemon to end up in the 'nobody' user/group, making no sense, and
causing dac_override SELinux denials. Let's change it to 'system', which
is the proper user/group for a sensor daemon.
Change-Id: I688ecb6dc8edf16fd08777950769859fb7499ad6
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>