libkeystore-attestation-application-id: Updated Android.bp

Updated Android.bp to build both static and shared library

Test: Build libkeystore-attestation-application-id
Bug: 187131475

Change-Id: Ica9710a701db0cd4fdc07c67514510f8305eb0ef
diff --git a/keystore/Android.bp b/keystore/Android.bp
index ad4b4b1..50d4432 100644
--- a/keystore/Android.bp
+++ b/keystore/Android.bp
@@ -63,7 +63,7 @@
 
 // Library used by both keystore and credstore for generating the ASN.1 stored
 // in Tag::ATTESTATION_APPLICATION_ID
-cc_library_shared {
+cc_library {
     name: "libkeystore-attestation-application-id",
     defaults: ["keystore_defaults"],