Remove Android CVE patches

This commit is contained in:
Tad 2018-07-03 03:34:24 -04:00
parent 33c6980b88
commit 08bb0a87cc
3 changed files with 0 additions and 5 deletions

3
.gitmodules vendored
View File

@ -4,9 +4,6 @@
[submodule "Patches/Linux"]
path = Patches/Linux
url = ssh://git@10.0.1.5:2222/DivestOS/Linux_Patches.git
[submodule "Patches/Android"]
path = Patches/Android
url = ssh://git@10.0.1.5:2222/DivestOS/Android_Patches.git
[submodule "PrebuiltApps"]
path = PrebuiltApps
url = ssh://git@10.0.1.5:2222/DivestOS/PrebuiltApps.git

@ -1 +0,0 @@
Subproject commit ec21a198e9d9bd97830752eb628d68c893748135

View File

@ -78,7 +78,6 @@ export DOS_PATCHES_COMMON=$DOS_WORKSPACE_ROOT"Patches/Common/";
export DOS_PATCHES=$DOS_WORKSPACE_ROOT"Patches/$BUILD_WORKING_DIR/";
export DOS_PATCHES_OVERCLOCKS=$DOS_WORKSPACE_ROOT"Patches/Overclocks/";
export DOS_PATCHES_LINUX_CVES=$DOS_WORKSPACE_ROOT"Patches/Linux/";
export DOS_PATCHES_ANDROID_CVES=$DOS_WORKSPACE_ROOT"Patches/Android/";
export DOS_WALLPAPERS=$DOS_WORKSPACE_ROOT"Patches/Wallpapers/";
export DOS_SCRIPTS_COMMON=$DOS_WORKSPACE_ROOT"Scripts/Common/";