mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-23 21:25:24 -04:00
Small updates and fixes
This commit is contained in:
parent
3d67f9e25c
commit
48ff571fbb
10 changed files with 14 additions and 36 deletions
|
@ -55,7 +55,7 @@ buildAll() {
|
|||
if [ "$DOS_MALWARE_SCAN_ENABLED" = true ]; then scanWorkspaceForMalware; fi;
|
||||
if [ "$DOS_OPTIMIZE_IMAGES" = true ]; then optimizeImagesRecursive "$DOS_BUILD_BASE"; fi;
|
||||
#SDS4P
|
||||
buildDevice flo; #Last version without repartitioning required + 17.1 has random power off issue
|
||||
buildDevice flo; #Last version without repartitioning required + 18.1 has random power off issue
|
||||
#SD801
|
||||
buildDevice hammerhead; #Last version with working Bluetooth
|
||||
#SD805
|
||||
|
@ -68,7 +68,7 @@ buildAll() {
|
|||
buildDevice himaul; #broken - needs vendor bits
|
||||
buildDevice oneplus2; #Last version with working IMS + broken - needs vendor patching
|
||||
#SD615
|
||||
buildDevice Z00T; #broken - needs vendor patching
|
||||
buildDevice Z00T;
|
||||
#SD820
|
||||
buildDevice axon7;
|
||||
buildDevice h870;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue