IssueNo:#I4S1FV

Description:solve watchos product bug
Sig:OTHERS
Feature or Bgfix:Bgfix
Binary Source: No

Signed-off-by: linyiyu <linyiyu1219@126.com>
This commit is contained in:
linyiyu 2022-01-25 11:19:59 +08:00
parent 683a611394
commit 135d62625b

View File

@ -15,8 +15,8 @@ import("//build/config/clang/clang.gni")
import("//build/ohos.gni")
import("//build/ohos_var.gni")
if ("${product_name}" == "rk3566" || "${product_name}" == "rk3568" ||
"${product_name}" == "Hi3516DV300" || "${product_name}" == "ohos-arm64") {
if ("${product_name}" == "rk3566" || "${product_name}" == "rk3568" || "${product_name}" == "watchos" ||
"${product_name}" == "Hi3516DV300" || "${product_name}" == "ohos-arm64" || "${product_name}" == "qemu-arm-linux-min" ) {
gpu_defines = [ "ACE_DISABLE_GL" ]
ace_enable_gpu = false # temporary gpu
} else {