mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-23 13:15:52 -04:00
17.1: bring up osprey and cheeseburger/dumpling
- also fix cherrypick mismatch
This commit is contained in:
parent
2624068484
commit
79c7443c7d
11 changed files with 344 additions and 24 deletions
|
@ -56,7 +56,6 @@ buildAll() {
|
|||
if [ "$DOS_MALWARE_SCAN_ENABLED" = true ]; then scanWorkspaceForMalware; fi;
|
||||
if [ "$DOS_OPTIMIZE_IMAGES" = true ]; then optimizeImagesRecursive "$DOS_BUILD_BASE"; fi;
|
||||
#Select devices are userdebug due to SELinux policy issues
|
||||
buildDevice osprey;
|
||||
buildDeviceUserDebug thor; #broken encryption
|
||||
buildDevice clark;
|
||||
buildDevice h815; #broken
|
||||
|
@ -73,6 +72,7 @@ buildAll() {
|
|||
buildDevice grouper; #needs manual patching - one-repo vendor blob patch
|
||||
|
||||
#The following are all superseded, and should only be enabled if the newer version is broken (not building/booting/etc.)
|
||||
buildDevice osprey;
|
||||
buildDevice himaul;
|
||||
buildDevice Z00T;
|
||||
buildDeviceUserDebug i9100;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue