commit | a3457803b72fe6e721ca79b88940b7b4d8055f3c | [log] [tgz] |
---|---|---|
author | Michael Bestas <mkbestas@lineageos.org> | Wed Mar 23 23:15:23 2022 +0200 |
committer | Michael Bestas <mkbestas@lineageos.org> | Wed Mar 23 23:15:35 2022 +0200 |
tree | 1ecae6d16ccd26b3ce2f79d8c22d8d31b369276d | |
parent | ebae91b493c84233fef18836d5438cc486f761b5 [diff] |
extract_utils: export SIGSCAN For use in device scripts Change-Id: I7a8c9abd0b585a67963e65d5ad042da79d4d3c77
diff --git a/extract_utils.sh b/extract_utils.sh index 34eb8c3..deebe29 100644 --- a/extract_utils.sh +++ b/extract_utils.sh
@@ -98,6 +98,7 @@ export SIMG2IMG="$BINARIES_LOCATION"/simg2img export LPUNPACK="$BINARIES_LOCATION"/lpunpack + export SIGSCAN="$BINARIES_LOCATION"/SigScan for version in 0_8 0_9; do export PATCHELF_${version}="$BINARIES_LOCATION"/patchelf-"${version}"