summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2022-03-02 21:35:31 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2022-03-02 21:35:31 +0800
commit60d5b19d4017e6c965f028fd20f0a62611565566 (patch)
tree3401019defad6ee985b18f887762d3b0a9f6b38b
parent8c9fedfecd369fa71b5477032da5f851c17e6221 (diff)
downloadbeagle-x15-60d5b19d4017e6c965f028fd20f0a62611565566.tar.gz
manifest.xml: update FCM Version to 4 for API LEVEL 29
Otherwise there will be a warning reported like this: [3730/14244] /bin/bash -c "BOARD_SEPOLICY_VERS=10000.0 PRODUCT_ENFORCE_VINTF_MANIFEST=true PRODUCT_SHIPPING_API_LEVEL=29 out/host/linux-x86/bin/assemble_vintf -o out/target/product/beagle_x15/gen/ETC/vendor_manifest.xml_intermediates/manifest.xml -i device/ti/beagle_x15/manifest.xml" Warning: Shipping API level == 29 requires Shipping FCM Version >= 4 (but is 3) Test: source/lunch/build, no such warning reported again during the build and it could boot to the homescreen Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: I479278b6179e2293e16ec2dd183363c79a1894d6
-rw-r--r--manifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.xml b/manifest.xml
index 5e1c19c..adf465f 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -1,4 +1,4 @@
-<manifest version="1.0" type="device" target-level="3">
+<manifest version="1.0" type="device" target-level="4">
<hal format="hidl">
<name>android.hardware.audio</name>
<transport>hwbinder</transport>