mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-07 17:05:21 -04:00
16.0: add land and santoni
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
ecc4688ce0
commit
a9f445ad47
33 changed files with 387 additions and 93 deletions
|
@ -19,7 +19,7 @@ umask 0022;
|
|||
#Last verified: 2021-10-16
|
||||
|
||||
patchAllKernels() {
|
||||
startPatcher "kernel_asus_fugu kernel_asus_msm8953 kernel_cyanogen_msm8916 kernel_cyanogen_msm8974 kernel_google_yellowstone kernel_lge_hammerhead";
|
||||
startPatcher "kernel_asus_fugu kernel_asus_msm8953 kernel_cyanogen_msm8916 kernel_cyanogen_msm8974 kernel_google_yellowstone kernel_lge_hammerhead kernel_xiaomi_msm8937";
|
||||
}
|
||||
export -f patchAllKernels;
|
||||
|
||||
|
@ -63,6 +63,10 @@ buildAll() {
|
|||
buildDevice kipper;
|
||||
#SD625
|
||||
buildDevice zenfone3; #broken - ninja: error: 'android.hidl.base@1.0.so', missing and no known rule to make it
|
||||
#SD430
|
||||
buildDevice land;
|
||||
#SD435
|
||||
buildDevice santoni;
|
||||
#Intel
|
||||
buildDevice fugu; #broken - ninja: error: 'libpcre2.so' missing and no known rule to make it
|
||||
#Tegra
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue