Freeze AIDL APIs for TM
Bug: 225941299
Test: m
Change-Id: Ie41cc0797710f813f92c65c387f247c7806d8394
diff --git a/identity/aidl/Android.bp b/identity/aidl/Android.bp
index e3b8191..920a4b9 100644
--- a/identity/aidl/Android.bp
+++ b/identity/aidl/Android.bp
@@ -29,9 +29,36 @@
apps_enabled: false,
},
},
- versions: [
- "1",
- "2",
- "3",
+ versions_with_info: [
+ {
+ version: "1",
+ imports: [
+ "android.hardware.keymaster-V3",
+ "android.hardware.security.keymint-V1",
+ ],
+ },
+ {
+ version: "2",
+ imports: [
+ "android.hardware.keymaster-V3",
+ "android.hardware.security.keymint-V1",
+ ],
+ },
+ {
+ version: "3",
+ imports: [
+ "android.hardware.keymaster-V3",
+ "android.hardware.security.keymint-V1",
+ ],
+ },
+ {
+ version: "4",
+ imports: [
+ "android.hardware.keymaster-V3",
+ "android.hardware.security.keymint-V2",
+ ],
+ },
+
],
+
}