Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2022-04-07 00:37:20 -04:00
parent 258fe8389b
commit a9e250afd9
35 changed files with 3 additions and 1340 deletions

View file

@ -63,7 +63,6 @@ buildAll() {
umask 0022;
cd "$DOS_BUILD_BASE";
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
#SD600
buildDeviceUserDebug m7;