Avicii: Crdroid Bringup

Added Crdroid overlays for fastcharging paths

Updated Crdroid dependencies to the correct repositories.
This commit is contained in:
2023-11-03 19:20:00 +00:00
parent 1edcb1863b
commit 701e92ed35
2 changed files with 12 additions and 6 deletions

View File

@@ -5,6 +5,12 @@
-->
<resources>
<!-- Whether device has warp charging support -->
<bool name="config_hasWarpCharger">true</bool>
<!-- Path to warp charging status file -->
<string name="config_oemFastChargerStatusPath">/sys/class/power_supply/battery/fastcharger</string>
<!-- Flag indicating whether the we should enable the automatic brightness in Settings.
Software implementation will be used if config_hardware_auto_brightness_available is not set -->
<bool name="config_automatic_brightness_available">true</bool>