瀏覽代碼

ui: gl: enable swiftshader for riscv64

Signed-off-by: Rebecca Chang Swee Fun <rebecca.chang@starfivetech.com>
Rebecca Chang Swee Fun 2 年之前
父節點
當前提交
96cc2bd182
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      ui/gl/features.gni

+ 2 - 1
ui/gl/features.gni

@@ -31,5 +31,6 @@ declare_args() {
                         (is_mac && use_egl) || is_chromeos_ash || is_fuchsia) &&
                        (target_cpu == "x86" || target_cpu == "x64" ||
                         target_cpu == "arm" || target_cpu == "arm64" ||
-                        target_cpu == "mipsel" || target_cpu == "mips64el")
+                        target_cpu == "mipsel" || target_cpu == "mips64el" ||
+                        target_cpu == "riscv64")
 }