Merge "libhidladapter is now static."
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,