mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-06-01 21:02:12 -04:00
ASB cherry picks + minor tweaks
This commit is contained in:
parent
5607db2e0b
commit
913fbcd109
6 changed files with 21 additions and 21 deletions
|
@ -52,14 +52,15 @@ buildAll() {
|
|||
brunch lineage_bacon-userdebug;
|
||||
brunch lineage_griffin-userdebug;
|
||||
brunch lineage_klte-userdebug;
|
||||
brunch lineage_shamu-userdebug;
|
||||
brunch lineage_shamu-userdebug; #broken - needs synced proprietary-files.txt
|
||||
}
|
||||
export -f buildAll;
|
||||
|
||||
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;
|
||||
source build/envsetup.sh;
|
||||
repopick -it android-9.0.0_r34;
|
||||
|
||||
source "$DOS_SCRIPTS/Patch.sh";
|
||||
source "$DOS_SCRIPTS/Defaults.sh";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue