Push davinci to 20.0

This commit is contained in:
Alberto García 2023-08-11 11:41:40 +02:00 committed by Tad
parent ee5a62138a
commit 62ca909711
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
7 changed files with 98 additions and 438 deletions

View file

@ -19,7 +19,7 @@ umask 0022;
#Last verified: 2021-10-16
patchAllKernels() {
startPatcher "kernel_cyanogen_msm8916 kernel_motorola_msm8916 kernel_motorola_msm8992 kernel_oneplus_msm8994 kernel_xiaomi_sm6150 kernel_yandex_sdm660";
startPatcher "kernel_cyanogen_msm8916 kernel_motorola_msm8916 kernel_motorola_msm8992 kernel_oneplus_msm8994 kernel_yandex_sdm660";
}
export -f patchAllKernels;
@ -62,8 +62,6 @@ buildAll() {
buildDevice clark;
#SD810
buildDevice oneplus2;
#SD730
buildDevice davinci avb;
#SD660
buildDevice Amber verity;
}