Don't strip in-place

The installed shared libary outputs we're using are actually symlinks -
e.g. libva-magma.so.2 is a symlink to libva-magma.so.2.1300.0. If we
strip in-place then that'll write out a regular file. An incremental
build will then fail with a "Destination libva-magma.so.2 already exists
and is not a symlink" error.

Instead we should strip to a new location to avoid that problem.

Change-Id: I8b76faffabf70b437f7f9377da5cb7c74be9ff96
3 files changed