Enable libbufferqueueconverter static library

Clients of the automotive display service employ libbufferqueueconverter
to generate a Surface from HGBP object obtained from the service.
Because this library may not exist while the automotive display service
is available by default in AAOS builds, VtsHalCarDisplayTargetTest needs
to be linked to libbufferqueueconverter library statically.

Bug: 276643241
Test: atest VtsHalCarDisplayTargetTest
Change-Id: I33379f17d4e6dd4072533811420d655680a959b4
diff --git a/libs/bufferqueueconverter/Android.bp b/libs/bufferqueueconverter/Android.bp
index 5f145a1..d4605ea 100644
--- a/libs/bufferqueueconverter/Android.bp
+++ b/libs/bufferqueueconverter/Android.bp
@@ -13,7 +13,7 @@
     export_include_dirs: ["include"],
 }
 
-cc_library_shared {
+cc_library {
     name: "libbufferqueueconverter",
     vendor_available: true,
     vndk: {