mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-23 21:25:24 -04:00
Small tweaks
This commit is contained in:
parent
39727cb7c7
commit
1be184bac9
44 changed files with 86 additions and 66 deletions
|
@ -66,10 +66,10 @@ buildAll() {
|
|||
buildDevice dragon verity;
|
||||
|
||||
#The following are all superseded, and should only be enabled if the newer version is broken (not building/booting/etc.)
|
||||
buildDevice flo;
|
||||
buildDevice fugu;
|
||||
if [ "$DOS_BUILDALL_SUPERSEDED" = true ]; then
|
||||
buildDevice mako;
|
||||
buildDevice flo;
|
||||
buildDevice crackling;
|
||||
buildDevice d802;
|
||||
buildDevice bacon;
|
||||
|
@ -111,7 +111,6 @@ patchWorkspace() {
|
|||
if [ "$DOS_MALWARE_SCAN_ENABLED" = true ]; then scanForMalware false "$DOS_PREBUILT_APPS $DOS_BUILD_BASE/build $DOS_BUILD_BASE/device $DOS_BUILD_BASE/vendor/lineage"; fi;
|
||||
|
||||
source build/envsetup.sh;
|
||||
repopick -i 293123; #update webview
|
||||
repopick -it O_asb_2020-12;
|
||||
|
||||
export DOS_GRAPHENE_MALLOC=false; #patches apply, compile fails
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue