Freeze AIDL APIs for TM

Bug: 225941299
Test: m
Change-Id: Ie41cc0797710f813f92c65c387f247c7806d8394
diff --git a/camera/provider/aidl/Android.bp b/camera/provider/aidl/Android.bp
index 6f1b781..f082bce 100644
--- a/camera/provider/aidl/Android.bp
+++ b/camera/provider/aidl/Android.bp
@@ -15,7 +15,7 @@
     ],
     imports: [
         "android.hardware.camera.device",
-        "android.hardware.camera.common"
+        "android.hardware.camera.common",
     ],
     stability: "vintf",
     backend: {
@@ -31,4 +31,14 @@
             },
         },
     },
+    versions_with_info: [
+        {
+            version: "1",
+            imports: [
+                "android.hardware.camera.device-V1",
+                "android.hardware.camera.common-V1",
+            ],
+        },
+    ],
+
 }