mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-06-01 21:02:12 -04:00
17.1: disable cheeseburger/dumpling
This commit is contained in:
parent
79c7443c7d
commit
d96a421dee
4 changed files with 7 additions and 6 deletions
|
@ -159,8 +159,8 @@
|
||||||
|
|
||||||
<!-- Moto G 3rd Gen (osprey)
|
<!-- Moto G 3rd Gen (osprey)
|
||||||
<project path="device/motorola/msm8916-common" name="LineageOS/android_device_motorola_msm8916-common" remote="github" />
|
<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="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="kernel/motorola/msm8916" name="LineageOS/android_kernel_motorola_msm8916" remote="github" /> -->
|
||||||
|
|
||||||
<!-- Moto X 2014 (victara) -->
|
<!-- Moto X 2014 (victara) -->
|
||||||
<project path="device/motorola/victara" name="LineageOS/android_device_motorola_victara" remote="github" />
|
<project path="device/motorola/victara" name="LineageOS/android_device_motorola_victara" remote="github" />
|
||||||
|
|
|
@ -76,6 +76,8 @@ buildAll() {
|
||||||
#Intel
|
#Intel
|
||||||
buildDevice fugu; #broken
|
buildDevice fugu; #broken
|
||||||
|
|
||||||
|
buildDevice cheeseburger verity; #needs manual patching - vendor common makefile
|
||||||
|
buildDevice dumpling verity;
|
||||||
if [ "$DOS_BUILDALL_SUPERSEDED" = true ]; then
|
if [ "$DOS_BUILDALL_SUPERSEDED" = true ]; then
|
||||||
#SD410
|
#SD410
|
||||||
buildDevice crackling;
|
buildDevice crackling;
|
||||||
|
@ -103,8 +105,7 @@ buildAll() {
|
||||||
buildDevice sailfish verity;
|
buildDevice sailfish verity;
|
||||||
#SD835
|
#SD835
|
||||||
buildDevice cheryl;
|
buildDevice cheryl;
|
||||||
buildDevice cheeseburger verity; #needs manual patching - vendor common makefile
|
|
||||||
buildDevice dumpling verity;
|
|
||||||
buildDevice mata verity;
|
buildDevice mata verity;
|
||||||
buildDevice taimen avb;
|
buildDevice taimen avb;
|
||||||
buildDevice walleye avb;
|
buildDevice walleye avb;
|
||||||
|
|
|
@ -85,8 +85,8 @@ buildAll() {
|
||||||
buildDevice sailfish verity;
|
buildDevice sailfish verity;
|
||||||
#SD835
|
#SD835
|
||||||
buildDevice cheryl;
|
buildDevice cheryl;
|
||||||
buildDevice cheeseburger verity; #needs manual patching - vendor common makefile
|
#buildDevice cheeseburger verity; #broken usb/modem/etc.
|
||||||
buildDevice dumpling verity;
|
#buildDevice dumpling verity;
|
||||||
buildDevice mata verity;
|
buildDevice mata verity;
|
||||||
buildDevice taimen avb;
|
buildDevice taimen avb;
|
||||||
buildDevice walleye avb;
|
buildDevice walleye avb;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue