libhidladapter is now static.

To include in self-packaged tests.

Bug: 66914275
Test: pass
Change-Id: I6dd6527c24902f54dd3269465ca8d1cf5729525d
diff --git a/adapter/Android.bp b/adapter/Android.bp
index a814e10..c183184 100644
--- a/adapter/Android.bp
+++ b/adapter/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: "libhidladapter",
     defaults: ["libhidl-defaults"],
     vendor_available: true,