summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2022-10-06 15:02:41 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2022-10-06 15:06:29 +0800
commit1b16de2f432e6dc0c5733b425d5feca8f59f0092 (patch)
tree8c2e2e9c7f3bb90859c48337ee8d381a45aa207c
parent905179db0a0e48cd3f40e2c7c88a3002a9b776c4 (diff)
downloadhikey-1b16de2f432e6dc0c5733b425d5feca8f59f0092.tar.gz
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 <hal> in element <manifest>: <hal> android.hardware.broadcastradio has no instance. Fix by adding <fqname>. 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 <yongqin.liu@linaro.org> Change-Id: Iea64d64b848371b59b10f5da03aee71567d7901e
-rw-r--r--manifest.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/manifest.xml b/manifest.xml
index 91e16b97..09f5dab5 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -36,11 +36,6 @@
</interface>
</hal>
<hal format="hidl">
- <name>android.hardware.broadcastradio</name>
- <transport arch="32+64">passthrough</transport>
- <version>1.0</version>
- </hal>
- <hal format="hidl">
<name>android.hardware.drm</name>
<transport>hwbinder</transport>
<version>1.3</version>