mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 14:36:17 -04:00
Submodules!
This commit is contained in:
parent
30e0d5e980
commit
8e7e492c04
5 changed files with 10 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,5 +2,3 @@ Signing_Keys/
|
||||||
Builds/
|
Builds/
|
||||||
Build/
|
Build/
|
||||||
Repos/
|
Repos/
|
||||||
Patches/DivestOS_Wallpapers
|
|
||||||
Patches/Linux_CVEs/00LinuxIncrementals
|
|
||||||
|
|
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[submodule "Patches/DivestOS_Wallpapers"]
|
||||||
|
path = Patches/Wallpapers
|
||||||
|
url = ssh://git@10.0.1.5:2222/DivestOS/Wallpapers.git
|
||||||
|
[submodule "Patches/Linux"]
|
||||||
|
path = Patches/Linux
|
||||||
|
url = ssh://git@10.0.1.5:2222/DivestOS/Linux_Patches.git
|
1
Patches/Linux
Submodule
1
Patches/Linux
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit e6706835a0b1be4e8e665a05bd22778ae6aab74a
|
1
Patches/Wallpapers
Submodule
1
Patches/Wallpapers
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit a5c0ae86bea5ada42f503a6cc8f8a61afc2ee9e7
|
|
@ -24,8 +24,8 @@ export base=$androidWorkspace"Build/LineageOS-14.1/";
|
||||||
#export OTA_PACKAGE_SIGNING_KEY=$SIGNING_KEY_DIR"/releasekey"
|
#export OTA_PACKAGE_SIGNING_KEY=$SIGNING_KEY_DIR"/releasekey"
|
||||||
|
|
||||||
export patches=$androidWorkspace"Patches/LineageOS-14.1/";
|
export patches=$androidWorkspace"Patches/LineageOS-14.1/";
|
||||||
export cvePatches=$androidWorkspace"Patches/Linux_CVEs/";
|
export cvePatches=$androidWorkspace"Patches/Linux/";
|
||||||
export dosWallpapers=$androidWorkspace"Patches/DivestOS_Wallpapers/";
|
export dosWallpapers=$androidWorkspace"Patches/Wallpapers/";
|
||||||
|
|
||||||
export scripts=$androidWorkspace"Scripts/LineageOS-14.1/";
|
export scripts=$androidWorkspace"Scripts/LineageOS-14.1/";
|
||||||
export cveScripts=$scripts"CVE_Patchers/";
|
export cveScripts=$scripts"CVE_Patchers/";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue