Fix AES256 encryption patch, and update CVE patchers

This commit is contained in:
Tad 2018-01-03 12:15:58 -05:00
parent 7446b2d304
commit eb32600c0b
28 changed files with 74 additions and 8 deletions

View file

@ -96,7 +96,7 @@ export -f enableForcedEncryption;
enableStrongEncryption() {
cd $base$1;
echo "CONFIG_STRONG_ENCRYPTION := true" >> BoardConfig.mk;
echo "TARGET_WANTS_STRONG_ENCRYPTION := true" >> BoardConfig.mk;
echo "Enabled AES-256 encryption for $1";
cd $base;
}