17.1: disable cheeseburger/dumpling

This commit is contained in:
Tad 2020-06-07 22:33:50 -04:00
parent 79c7443c7d
commit d96a421dee
4 changed files with 7 additions and 6 deletions

View File

@ -159,8 +159,8 @@
<!-- Moto G 3rd Gen (osprey)
<project path="device/motorola/msm8916-common" name="LineageOS/android_device_motorola_msm8916-common" remote="github" />
<project path="device/motorola/osprey" name="LineageOS/android_device_motorola_osprey" remote="github" /> -->
<project path="kernel/motorola/msm8916" name="LineageOS/android_kernel_motorola_msm8916" remote="github" />
<project path="device/motorola/osprey" name="LineageOS/android_device_motorola_osprey" remote="github" />
<project path="kernel/motorola/msm8916" name="LineageOS/android_kernel_motorola_msm8916" remote="github" /> -->
<!-- Moto X 2014 (victara) -->
<project path="device/motorola/victara" name="LineageOS/android_device_motorola_victara" remote="github" />

View File

@ -76,6 +76,8 @@ buildAll() {
#Intel
buildDevice fugu; #broken
buildDevice cheeseburger verity; #needs manual patching - vendor common makefile
buildDevice dumpling verity;
if [ "$DOS_BUILDALL_SUPERSEDED" = true ]; then
#SD410
buildDevice crackling;
@ -103,8 +105,7 @@ buildAll() {
buildDevice sailfish verity;
#SD835
buildDevice cheryl;
buildDevice cheeseburger verity; #needs manual patching - vendor common makefile
buildDevice dumpling verity;
buildDevice mata verity;
buildDevice taimen avb;
buildDevice walleye avb;

View File

@ -85,8 +85,8 @@ buildAll() {
buildDevice sailfish verity;
#SD835
buildDevice cheryl;
buildDevice cheeseburger verity; #needs manual patching - vendor common makefile
buildDevice dumpling verity;
#buildDevice cheeseburger verity; #broken usb/modem/etc.
#buildDevice dumpling verity;
buildDevice mata verity;
buildDevice taimen avb;
buildDevice walleye avb;