Build both static and shared libraries

libvpx will now be built as both static and shared libraries.
This makes it easier for fuzz testing

Bug: 135060698
Test: Build and flash

Change-Id: I04368f810ad462347d2dc28cbf1b040dbc0745c2
diff --git a/Android.bp b/Android.bp
index 06d6f9c..af176c9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1102,7 +1102,7 @@
     "libvpx/vpx_ports/x86_abi_support.asm",
 ]
 
-cc_library_shared {
+cc_library {
     name: "libvpx",
     vendor_available: true,
     version_script: "exports.lds",