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

@@ -1,14 +1,14 @@
[ [
{ {
"repository": "AmolAmrit/device_oneplus_avicii", "repository": "psavarmattas/device_oneplus_avicii-CRDroid",
"target_path": "device/oneplus/avicii", "target_path": "device/oneplus/avicii",
"branch": "thirteen", "branch": "13.0",
"remote": "github" "remote": "github"
}, },
{ {
"repository": "AmolAmrit/Escrima_kernel_oneplus_sm7250", "repository": "crdroidandroid/android_kernel_oneplus_sm7250",
"target_path": "kernel/oneplus/sm7250", "target_path": "kernel/oneplus/sm7250",
"branch": "thirteen" "branch": "13.0"
"remote": "github" "remote": "github"
}, },
{ {
@@ -26,7 +26,7 @@
{ {
"repository": "AmolAmrit/hardware_oplus", "repository": "AmolAmrit/hardware_oplus",
"target_path": "hardware/oplus", "target_path": "hardware/oplus",
"branch": "thirteen", "branch": "typhoon",
"remote": "github" "remote": "gitlab"
} }
] ]

View File

@@ -5,6 +5,12 @@
--> -->
<resources> <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. <!-- 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 --> Software implementation will be used if config_hardware_auto_brightness_available is not set -->
<bool name="config_automatic_brightness_available">true</bool> <bool name="config_automatic_brightness_available">true</bool>