Skip to content
Snippets Groups Projects
Commit 4edf77e5 authored by Natanael Copa's avatar Natanael Copa
Browse files

abuild: crosscompile support for strip

parent 076ecdf3
No related branches found
No related tags found
No related merge requests found
......@@ -1581,7 +1581,7 @@ stripbin() {
msg "Stripping binaries"
scanelf --recursive --nobanner --etype "ET_DYN,ET_EXEC" . \
| sed -e 's:^ET_DYN ::' -e 's:^ET_EXEC ::' \
| xargs -r strip
| xargs -r ${CROSS_COMPILE}strip
}
# simply list target apks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment