From 1b16de2f432e6dc0c5733b425d5feca8f59f0092 Mon Sep 17 00:00:00 2001 From: Yongqin Liu Date: Thu, 6 Oct 2022 15:02:41 +0800 Subject: manifest.xml: drop settings for android.hardware.broadcastradio as it seems not fully configured, and cause build errors like the following now: [ 85% 46356/54295] Install out/host/linux-x86/bin/checkvintf [ 85% 46357/54295] build out/target/product/hikey960/obj/PACKAGING/check_vintf_all_intermediates/check_vintf_vendor.log FAILED: out/target/product/hikey960/obj/PACKAGING/check_vintf_all_intermediates/check_vintf_vendor.log /bin/bash -c "( out/host/linux-x86/bin/checkvintf --check-one --dirmap /vendor:out/target/product/hikey960/vendor --property ro.boot.product.vendor.sku= > out/target/product/hikey960/obj/PACKAGING/check_vintf_all_intermediates/check_vintf_vendor.log 2>&1 ) || ( cat out/target/product/hikey960/obj/PACKAGING/check_vintf_all_intermediates/check_vintf_vendor.log && exit 1 )" Checking vendor manifest. getDeviceHalManifest: Reading VINTF information. Sysprop ro.boot.product.vendor.sku= Fetch 'out/target/product/hikey960/vendor/etc/vintf/manifest.xml': OK getDeviceHalManifest: status from fetching VINTF information: -22 getDeviceHalManifest: -22 VINTF parse error: Illformed file: /vendor/etc/vintf/manifest.xml: Could not parse element with name in element : android.hardware.broadcastradio has no instance. Fix by adding . ERROR: Cannot fetch vendor manifest. Checking vendor matrix. getDeviceCompatibilityMatrix: Reading VINTF information. Fetch 'out/target/product/hikey960/vendor/etc/vintf/compatibility_matrix.xml': OK getDeviceCompatibilityMatrix: Successfully processed VINTF information Test: build & boot test with hikey/hikey960 droid builds Signed-off-by: Yongqin Liu Change-Id: Iea64d64b848371b59b10f5da03aee71567d7901e --- manifest.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/manifest.xml b/manifest.xml index 91e16b97..09f5dab5 100644 --- a/manifest.xml +++ b/manifest.xml @@ -35,11 +35,6 @@ default - - android.hardware.broadcastradio - passthrough - 1.0 - android.hardware.drm hwbinder -- cgit v1.2.3