mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
Churn
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
8dbdc0f31e
commit
987122f99e
27 changed files with 78 additions and 77 deletions
|
@ -37,6 +37,7 @@ enableAVB() {
|
|||
cd "$DOS_BUILD_BASE/$1";
|
||||
sed -i 's/--set_hashtree_disabled_flag//' *.mk &>/dev/null || true;
|
||||
sed -i 's/AVB_MAKE_VBMETA_IMAGE_ARGS += --flags 3/AVB_MAKE_VBMETA_IMAGE_ARGS += --flags 2/' *.mk &>/dev/null || true;
|
||||
#TODO: investigate BOARD_AVB_RECOVERY_KEY_PATH
|
||||
echo "Enabled AVB for $1";
|
||||
cd "$DOS_BUILD_BASE";
|
||||
fi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue