Remove multilib suffixes from libraries

Libraries previously did not take the suffix property, which meant
that the suffix property in defaults modules applied to libraries
was ignored.  The suffix property is being added to cc_library
modules, which incorrectly renames existing libraries that had
defaults with suffix properties.  These defaults only apply to
library modules, so just remove the suffix properties.

Bug: 117607748
Test: m checkbuild
Change-Id: Iadbb7369a7e4698394f64d25fc0a11933f41c2dc
14 files changed