From b7d761b443545a41f1810bf6cf2cb559e321458b Mon Sep 17 00:00:00 2001 From: Alex Hong Date: Mon, 7 Mar 2022 23:31:09 +0800 Subject: [PATCH] Upgrade VINTF Target FCM level from 6 to 7 Target FCM level 7 requires the newer version of the following HALs. 1. android.hardware.biometrics.face 2. android.hardware.biometrics.fingerprint 3. android.hardware.dumpstate 4. android.hardware.gnss 5. android.hardware.radio.config Temporarily add the older version of these HALs into the customized product FCM to claim we are still using the older version and bypass the build breakage. We will check about how to handle these HALs later. Test: m check-vintf-all run vts -m vts_treble_vintf_vendor_test Bug: 207076973 Change-Id: I4582385b4d0588ce7310d6ecf59ce0834b7c95c2 --- device_framework_matrix_product.xml | 39 ++++++++++++++++++++++++++++- manifest-gralloc3.xml | 3 +-- manifest.xml | 3 +-- 3 files changed, 40 insertions(+), 5 deletions(-) diff --git a/device_framework_matrix_product.xml b/device_framework_matrix_product.xml index 64e2744f..bce7e68a 100644 --- a/device_framework_matrix_product.xml +++ b/device_framework_matrix_product.xml @@ -1,4 +1,18 @@ - + + + android.hardware.biometrics.face + + IFace + default + + + + android.hardware.biometrics.fingerprint + + IFingerprint + default + + android.hardware.contexthub 1 @@ -7,6 +21,21 @@ default + + android.hardware.dumpstate + 1.1 + + IDumpstateDevice + default + + + + android.hardware.gnss + + IGnss + default + + android.hardware.graphics.composer3 1 @@ -23,6 +52,14 @@ slot2 + + android.hardware.radio.config + 1.1 + + IRadioConfig + default + + android.hardware.vibrator 2 diff --git a/manifest-gralloc3.xml b/manifest-gralloc3.xml index dc1f72b6..97afb6b6 100644 --- a/manifest-gralloc3.xml +++ b/manifest-gralloc3.xml @@ -1,4 +1,4 @@ - + android.hardware.audio hwbinder @@ -160,5 +160,4 @@ default - diff --git a/manifest.xml b/manifest.xml index 72da40d4..832b7649 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,4 +1,4 @@ - + android.hardware.audio hwbinder @@ -111,5 +111,4 @@ default -