Finalize 202504 in AOSP

AOSP version of http://ag/31219216.
Created by:

$ hardware/interfaces/compatibility_matrices/finalize.py 202504
$ AIDL_TRANSITIVE_FREEZE=true m aidl-freeze-api

Test: m
Bug: 388072383
Change-Id: I1eafec05b9183563697afc1c6ab5ebc8001b1635
Merged-In: Ibff72bad06fbc92e6f26854f7218a23b89bace19
diff --git a/graphics/composer/aidl/Android.bp b/graphics/composer/aidl/Android.bp
index 719318a..5d713ae 100644
--- a/graphics/composer/aidl/Android.bp
+++ b/graphics/composer/aidl/Android.bp
@@ -29,7 +29,7 @@
     host_supported: true,
     vendor_available: true,
     double_loadable: true,
-    frozen: false,
+    frozen: true,
     srcs: [
         "android/hardware/graphics/composer3/*.aidl",
     ],
@@ -77,6 +77,14 @@
                 "android.hardware.common-V2",
             ],
         },
+        {
+            version: "4",
+            imports: [
+                "android.hardware.graphics.common-V6",
+                "android.hardware.common-V2",
+                "android.hardware.drm.common-V1",
+            ],
+        },
 
     ],