From 84f53a47f34237b8b5279f57e51d4e4cb9ba445b Mon Sep 17 00:00:00 2001 From: "zhang_xilong@neusoft.com" Date: Thu, 23 Sep 2021 19:12:09 +0800 Subject: [PATCH 1/2] fix gpu dep Change-Id: I35dc63778eb62bcd4bf23f7aba3886eb86540e36 --- frameworks/innerkitsimpl/pixelconverter/BUILD.gn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frameworks/innerkitsimpl/pixelconverter/BUILD.gn b/frameworks/innerkitsimpl/pixelconverter/BUILD.gn index 9f5bf5b23..0e932d70b 100644 --- a/frameworks/innerkitsimpl/pixelconverter/BUILD.gn +++ b/frameworks/innerkitsimpl/pixelconverter/BUILD.gn @@ -144,6 +144,10 @@ ohos_shared_library("pixelconvertadapter") { "//utils/native/base:utils", ] + if ("${product_name}" == "rk3566" || "${product_name}" == "rk3568") { + deps += [ "//third_party/flutter:ace_gpu" ] + } + external_deps = [ "hiviewdfx_hilog_native:libhilog" ] } -- Gitee From 2c57a11e87af9afe1276454376cf7a2bf23a69ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=9B=A6=E9=BE=99?= Date: Wed, 29 Sep 2021 14:20:08 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!2?= =?UTF-8?q?=20:=20=E9=85=8D=E5=90=88=E4=BD=BF=E8=83=BDGPU=E7=BC=96?= =?UTF-8?q?=E8=AF=91'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frameworks/innerkitsimpl/pixelconverter/BUILD.gn | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frameworks/innerkitsimpl/pixelconverter/BUILD.gn b/frameworks/innerkitsimpl/pixelconverter/BUILD.gn index 0e932d70b..9f5bf5b23 100644 --- a/frameworks/innerkitsimpl/pixelconverter/BUILD.gn +++ b/frameworks/innerkitsimpl/pixelconverter/BUILD.gn @@ -144,10 +144,6 @@ ohos_shared_library("pixelconvertadapter") { "//utils/native/base:utils", ] - if ("${product_name}" == "rk3566" || "${product_name}" == "rk3568") { - deps += [ "//third_party/flutter:ace_gpu" ] - } - external_deps = [ "hiviewdfx_hilog_native:libhilog" ] } -- Gitee