mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-06 00:15:05 -04:00
Switch to partial 4096 signing keys by default
Update engine <10 doesn't support 4096-bit keys Make releasekey 2048-bits Verity has also been 2048-bits The rest are 4096-bits
This commit is contained in:
parent
50f44d1934
commit
637bb171c8
2 changed files with 4 additions and 2 deletions
|
@ -25,7 +25,7 @@ export ANDROID_HOME="/home/$USER/Android/Sdk";
|
|||
export DOS_WORKSPACE_ROOT="/mnt/dos/"; #XXX: THIS MUST BE CORRECT TO BUILD!
|
||||
#export DOS_BUILDS=$DOS_WORKSPACE_ROOT"Builds/";
|
||||
export DOS_BUILDS="/mnt/dosr/Builds/";
|
||||
export DOS_SIGNING_KEYS=$DOS_WORKSPACE_ROOT"Signing_Keys/4096";
|
||||
export DOS_SIGNING_KEYS=$DOS_WORKSPACE_ROOT"Signing_Keys/4096pro";
|
||||
#export USE_CCACHE=1;
|
||||
#export CCACHE_DIR="";
|
||||
#export DOS_BINARY_PATCHER="";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue