Freeze AIDL APIs for TM
Bug: 225941299
Test: m
Change-Id: Ie41cc0797710f813f92c65c387f247c7806d8394
diff --git a/biometrics/face/aidl/Android.bp b/biometrics/face/aidl/Android.bp
index 174f1da..0bec0c5 100644
--- a/biometrics/face/aidl/Android.bp
+++ b/biometrics/face/aidl/Android.bp
@@ -27,5 +27,24 @@
enabled: false,
},
},
- versions: ["1"],
+ versions_with_info: [
+ {
+ version: "1",
+ imports: [
+ "android.hardware.biometrics.common-V1",
+ "android.hardware.common-V2",
+ "android.hardware.keymaster-V3",
+ ],
+ },
+ {
+ version: "2",
+ imports: [
+ "android.hardware.biometrics.common-V2",
+ "android.hardware.common-V2",
+ "android.hardware.keymaster-V3",
+ ],
+ },
+
+ ],
+
}