mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-11-29 11:46:48 -05:00
various small fixes
- loose versioning fixes for 4.9 - remove GPG commit verification for GOS repos, they use SSH now. TODO: support that - 20.0: fixup AudioFX stray lines - 20.0: broken fix for gs101/201 stray iwlan lines Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
5ce2d33162
commit
91807acf21
14 changed files with 45 additions and 41 deletions
|
|
@ -92,7 +92,7 @@ buildAll() {
|
|||
buildDevice bonito avb; #unb
|
||||
buildDevice sargo avb; #unb
|
||||
#Tensor
|
||||
buildDevice oriole avb; #unb #requires manual patching for stray iwlan include in device.mk
|
||||
buildDevice oriole avb; #unb
|
||||
buildDevice raven avb; #unb
|
||||
buildDevice panther avb; #unb
|
||||
buildDevice cheetah avb; #unb
|
||||
|
|
@ -105,8 +105,6 @@ patchWorkspace() {
|
|||
touch DOS_PATCHED_FLAG;
|
||||
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;
|
||||
verifyAllPlatformTags;
|
||||
gpgVerifyGitTag "$DOS_BUILD_BASE/external/hardened_malloc";
|
||||
gpgVerifyGitTag "$DOS_BUILD_BASE/external/SecureCamera";
|
||||
gpgVerifyGitHead "$DOS_BUILD_BASE/external/chromium-webview";
|
||||
|
||||
source build/envsetup.sh;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue