diff options
Diffstat (limited to 'compatibility_matrices')
-rw-r--r-- | compatibility_matrices/compatibility_matrix.current.xml | 35 | ||||
-rw-r--r-- | compatibility_matrices/exclude/fcm_exclude.cpp | 1 |
2 files changed, 25 insertions, 11 deletions
diff --git a/compatibility_matrices/compatibility_matrix.current.xml b/compatibility_matrices/compatibility_matrix.current.xml index a31b52b8f8..7a70f10cf6 100644 --- a/compatibility_matrices/compatibility_matrix.current.xml +++ b/compatibility_matrices/compatibility_matrix.current.xml @@ -77,14 +77,6 @@ <instance>default</instance> </interface> </hal> - <hal format="hidl" optional="true"> - <name>android.hardware.automotive.sv</name> - <version>1.0</version> - <interface> - <name>ISurroundViewService</name> - <instance>default</instance> - </interface> - </hal> <hal format="aidl" optional="true"> <name>android.hardware.automotive.vehicle</name> <interface> @@ -110,6 +102,7 @@ </hal> <hal format="aidl" optional="true"> <name>android.hardware.biometrics.face</name> + <version>2</version> <interface> <name>IFace</name> <instance>default</instance> @@ -209,6 +202,18 @@ <instance>default</instance> </interface> </hal> + <hal format="aidl" optional="true"> + <name>android.hardware.drm</name> + <version>1</version> + <interface> + <name>ICryptoFactory</name> + <regex-instance>.*</regex-instance> + </interface> + <interface> + <name>IDrmFactory</name> + <regex-instance>.*</regex-instance> + </interface> + </hal> <hal format="hidl" optional="true"> <name>android.hardware.drm</name> <version>1.3-4</version> @@ -260,6 +265,14 @@ <instance>default</instance> </interface> </hal> + <hal format="aidl" optional="true"> + <name>android.hardware.gnss.measurement_corrections</name> + <version>1</version> + <interface> + <name>IMeasurementCorrectionsInterface</name> + <instance>default</instance> + </interface> + </hal> <hal format="hidl" optional="false"> <name>android.hardware.graphics.allocator</name> <!-- New, non-Go devices should use 4.0, tested in vts_treble_vintf_vendor_test --> @@ -316,7 +329,7 @@ </hal> <hal format="aidl" optional="true"> <name>android.hardware.identity</name> - <version>1-3</version> + <version>1-4</version> <interface> <name>IIdentityCredentialStore</name> <instance>default</instance> @@ -443,7 +456,7 @@ </hal> <hal format="aidl" optional="true"> <name>android.hardware.neuralnetworks</name> - <version>1-3</version> + <version>1-4</version> <interface> <name>IDevice</name> <regex-instance>.*</regex-instance> @@ -765,7 +778,7 @@ </hal> <hal format="hidl" optional="true"> <name>android.hardware.wifi</name> - <version>1.3-5</version> + <version>1.3-6</version> <interface> <name>IWifi</name> <instance>default</instance> diff --git a/compatibility_matrices/exclude/fcm_exclude.cpp b/compatibility_matrices/exclude/fcm_exclude.cpp index 2aa4bb2a22..414c502fd7 100644 --- a/compatibility_matrices/exclude/fcm_exclude.cpp +++ b/compatibility_matrices/exclude/fcm_exclude.cpp @@ -56,6 +56,7 @@ bool ShouldCheckMissingHalsInFcm(const std::string& package) { "android.hardware.common", "android.hardware.common.fmq", "android.hardware.graphics.common", + "android.hardware.input.common", "android.hardware.keymaster", "android.hardware.radio", "android.hardware.uwb.fira_android", |