abuild: crosscompile support for strip

This commit is contained in:
Natanael Copa 2013-07-02 08:18:47 +02:00
parent 076ecdf315
commit 4edf77e50f
1 changed files with 1 additions and 1 deletions

View File

@ -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