extract_utils: disable strip for ELF binaries as well
* Just like we do for libraries * Without this some binaries might break Change-Id: Ida82f5ee35f02112eb3a35be66c2f7e1642d56b1
This commit is contained in:
committed by
Paul Keith
parent
91767c5d9b
commit
75bcf7f337
@@ -503,6 +503,9 @@ function write_blueprint_packages() {
|
|||||||
printf '\tsrcs: ["%s/%s"],\n' "$SRC" "$FILE"
|
printf '\tsrcs: ["%s/%s"],\n' "$SRC" "$FILE"
|
||||||
if [ "$EXTENSION" != "sh" ]; then
|
if [ "$EXTENSION" != "sh" ]; then
|
||||||
printf '\tcheck_elf_files: false,\n'
|
printf '\tcheck_elf_files: false,\n'
|
||||||
|
printf '\tstrip: {\n'
|
||||||
|
printf '\t\tnone: true,\n'
|
||||||
|
printf '\t},\n'
|
||||||
fi
|
fi
|
||||||
unset EXTENSION
|
unset EXTENSION
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user