libbinder: build shared test compile libs

We were building only the static archives before,
but we need to build the libraries themselves to
fully test as well as for size checks.

Bug: 329237531
Test: build
Change-Id: I462e77749c8aada1700427b4e701d6536e7dd909
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp
index eec12e4..90eb31f 100644
--- a/libs/binder/Android.bp
+++ b/libs/binder/Android.bp
@@ -442,7 +442,7 @@
     },
 }
 
-cc_library_static {
+cc_library {
     name: "libbinder_rpc_no_kernel",
     vendor_available: true,
     defaults: [
@@ -454,7 +454,7 @@
     ],
 }
 
-cc_library_static {
+cc_library {
     name: "libbinder_rpc_no_blob",
     vendor_available: true,
     defaults: [
@@ -470,7 +470,7 @@
     ],
 }
 
-cc_library_static {
+cc_library {
     name: "libbinder_rpc_no_native_handle",
     vendor_available: true,
     defaults: [
@@ -486,7 +486,7 @@
     ],
 }
 
-cc_library_static {
+cc_library {
     name: "libbinder_rpc_single_threaded",
     defaults: [
         "libbinder_common_defaults",
@@ -501,7 +501,7 @@
     ],
 }
 
-cc_library_static {
+cc_library {
     name: "libbinder_rpc_single_threaded_no_kernel",
     defaults: [
         "libbinder_common_defaults",