Commit graph

9 commits

Author SHA1 Message Date
Kevin F. Haggerty
dafbbdb3ba flo/deb: Drop OVERRIDE_RS_DRIVER
* 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
2021-11-24 14:28:39 +01:00
Svyatoslav Ryhel
7060dcad67 flo: mm-qcamera-daemon: move sockets from /data to /dev/socket/qcamera
Change-Id: I6f9110711f94ecad3776a294ef500e04afe98e97
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
2020-12-21 16:35:13 +01:00
Daniel Jarai
4afb261c8f flo: sensors: move sockets from /data to /dev/socket/sensors
Change-Id: Ia88223d59efc3c1c203a2651124cd9b7d75ba701
Signed-off-by: Daniel Jarai <jaraidaniel@gmail.com>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
2020-12-21 16:34:50 +01:00
Svyatoslav Ryhel
7e79d3a814 flo: update some sensor file paths for better Treble compatibility
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>
2020-12-21 16:34:25 +01:00
followmsi
878013d5c9 flo/deb: Patch libwvdrmengine.so to load libprotobuf-cpp-lite-v29.so
patchelf --replace-needed libprotobuf-cpp-lite.so libprotobuf-cpp-lite-v29.so libwvdrmengine.so
2020-12-02 12:22:37 +01:00
followmsi
458e97ba34 flo/deb: Move DEB ril libs to vendor
- Switch to $(TARGET_COPY_OUT_VENDOR) too.
2020-12-01 17:14:42 +01:00
Daniel Jarai
4a434b0b36 flo: change the 'sensors' user/group to 'system'
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>
2019-12-02 14:55:20 +01:00
followmsi
6388a1f92c add bt codecs (aptx, aptx-HD, ldac) 2019-01-25 10:23:16 +01:00
followmsi
ded8f698f3 flo-deb-lineage-16.0 2019-01-19 22:48:56 +01:00