Avicii: Crdroid Bringup
Added Crdroid overlays for fastcharging paths Updated Crdroid dependencies to the correct repositories.
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user