From dbce6142808574cb26821c057506f92fa848293a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=93=92?= Date: Mon, 22 Jan 2024 14:40:26 +0800 Subject: [PATCH] =?UTF-8?q?surface=E4=BE=9D=E8=B5=96=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 刘瓒 Change-Id: I6893ea613518a92ef3660e4f736f686fe9b7329b --- ohos/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ohos/BUILD.gn b/ohos/BUILD.gn index ccf6861ace0..916572fe108 100755 --- a/ohos/BUILD.gn +++ b/ohos/BUILD.gn @@ -76,9 +76,9 @@ action("mesa3d_build") { inputs = deps_inputs script = "build_mesa3d.py" deps = [ - "//foundation/graphic/graphic_2d:libsurface", "//third_party/expat:expat", ] + external_deps = [ "graphic_surface:surface" ] outputs = [] foreach(item, mesa3d_all_lib_items) { name = item[0] -- Gitee