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:
Tad 2020-02-26 18:42:08 -05:00
parent 50f44d1934
commit 637bb171c8
2 changed files with 4 additions and 2 deletions

View file

@ -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="";