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/bluetooth/socket/aidl/Android.bp b/bluetooth/socket/aidl/Android.bp
index 2903c03..9341564 100644
--- a/bluetooth/socket/aidl/Android.bp
+++ b/bluetooth/socket/aidl/Android.bp
@@ -45,5 +45,12 @@
min_sdk_version: "33",
},
},
- frozen: false,
+ frozen: true,
+ versions_with_info: [
+ {
+ version: "1",
+ imports: ["android.hardware.contexthub-V4"],
+ },
+ ],
+
}