Use cc_library for libhidlmemory

Both static and shared versions are now available.

Bug: 64040096
Test: compiles
Merged-In: I046256e5f1031919092d1e0b6b56e27c7cedb0b4
Change-Id: I046256e5f1031919092d1e0b6b56e27c7cedb0b4
(cherry picked from commit 681cd6abeae0b3d9d2db954aafbd194b4ec477a9)
diff --git a/libhidlmemory/Android.bp b/libhidlmemory/Android.bp
index 79ec4bc..89b39dc 100644
--- a/libhidlmemory/Android.bp
+++ b/libhidlmemory/Android.bp
@@ -12,7 +12,7 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
-cc_library_shared {
+cc_library {
     name: "libhidlmemory",
     vendor_available: true,
     cflags: libhidl_flags,