From f6abdcd93fc900ef2a4d5586b16b30e7a0f60ca5 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Mon, 11 Dec 2023 01:34:29 +0100 Subject: [PATCH] extract-utils: Use newly introduced add-radio-file-sha1-checked macro Change-Id: Iccd88254a94971c8c2b402c34ff62320b6ea42c7 --- extract_utils.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extract_utils.sh b/extract_utils.sh index 404cc81..a9a5037 100644 --- a/extract_utils.sh +++ b/extract_utils.sh @@ -1263,6 +1263,7 @@ function append_firmware_calls_to_makefiles() { for (( i=1; i> "$BOARDMK" fi done - printf '%s\n' "\$(call add-radio-file,radio/$DST_FILE)" >> "$ANDROIDMK" + printf '%s\n' "\$(call add-radio-file-sha1-checked,radio/$DST_FILE,$SHA1)" >> "$ANDROIDMK" done printf '\n' >> "$ANDROIDMK" }