From bc123514971ec6fe533fb16a75c49a739580f069 Mon Sep 17 00:00:00 2001 From: xuzhenghao <12026812+xstar98@user.noreply.gitee.com> Date: Tue, 11 Feb 2025 06:41:07 +0000 Subject: [PATCH] update README.md. Signed-off-by: xuzhenghao <12026812+xstar98@user.noreply.gitee.com> --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c4d3ebf5d..e90e610b1 100644 --- a/README.md +++ b/README.md @@ -295,6 +295,7 @@ https://support.huaweicloud.com/api-cph/cph_api_0559.html 配置方式: aosp/vendor/common/android/etc/attributes.xml文件enable-vulkan新增包名 +~~~ @@ -302,4 +303,5 @@ aosp/vendor/common/android/etc/attributes.xml文件enable-vulkan新增包名 com.netease.sky +~~~ 注意:使用CMD命令添加的vulkan白名单在/data/etc/attributes.xml文件,自定义镜像预置vulkan白名单在/system/etc/attributes.xml文件,vulkan白名单实际为两个白名单文件的并集; -- Gitee