Make IHalAdapterVendorExtension stable and frozen

This allows to put its interface fragment into
framework VINTF and allows use AServiceManager_isDeclared
for detecting whether it is provided by SoC vendor.

Bug: 321651892
Bug: 323106963
Test: adb shell logcat | grep IHalAdapterVendorExtension
Change-Id: Ifa724eabf488d3f28e94074c588bf43d3bfb251c
Merged-In: Ifa724eabf488d3f28e94074c588bf43d3bfb251c
diff --git a/Android.bp b/Android.bp
index 7a2bb9b..72b8721 100644
--- a/Android.bp
+++ b/Android.bp
@@ -105,7 +105,6 @@
 
 aidl_interface {
     name: "av-audio-types-aidl",
-    unstable: true,
     host_supported: true,
     vendor_available: true,
     double_loadable: true,
@@ -125,4 +124,12 @@
             sdk_version: "module_current",
         },
     },
+    versions_with_info: [
+        {
+            version: "1",
+            imports: ["android.hardware.audio.core-V2"],
+        },
+    ],
+    frozen: true,
+
 }