From 1e61cb43ee50a28a8cae8ada590a7c86deac48fa Mon Sep 17 00:00:00 2001 From: Yongqin Liu Date: Sun, 9 Oct 2022 15:15:02 +0800 Subject: manifest.xml: fix IMapper incompatible build error Like the error report by the build here: https://ci.android.com/builds/submitted/9155358/beagle_x15-userdebug/latest/view/logs/build_error.log ERROR: files are incompatible: Device manifest and framework compatibility matrix are incompatible: HALs incompatible. Matrix level = 4. Manifest level = 4. The following requirements are not met: android.hardware.graphics.mapper: required: @2.1::IMapper/default OR @3.0::IMapper/default OR @4.0::IMapper/default provided: @2.0::IMapper/default android.hardware.graphics.mapper@2.0::IMapper/default is deprecated; requires at least 2.1: Success INCOMPATIBLE Test: make droid & make dist Fixes: 60d5b19d4017 ("manifest.xml: update FCM Version to 4 for API LEVEL 29") Signed-off-by: Yongqin Liu Change-Id: Ifbf017727c4557029baee70b92d9c9f0e9462d84 --- manifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.xml b/manifest.xml index adf465f..760b16c 100644 --- a/manifest.xml +++ b/manifest.xml @@ -60,7 +60,7 @@ android.hardware.graphics.mapper passthrough - 2.0 + 2.1 IMapper default -- cgit v1.2.3