Use cc_library for libhidlmemory

Both static and shared versions are now available.

Bug: 64040096
Test: compiles
Change-Id: I046256e5f1031919092d1e0b6b56e27c7cedb0b4
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,