From df02779d05ace0ec8f5d304bc66adcdbee0e3ea9 Mon Sep 17 00:00:00 2001 From: chenzhixue Date: Tue, 7 Sep 2021 02:38:13 +0000 Subject: [PATCH] update graphic_lite/graphic_utils/BUILD.gn. Signed-off-by: chenzhixue --- graphic_lite/graphic_utils/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphic_lite/graphic_utils/BUILD.gn b/graphic_lite/graphic_utils/BUILD.gn index 577d5d1ae..24cf458c0 100755 --- a/graphic_lite/graphic_utils/BUILD.gn +++ b/graphic_lite/graphic_utils/BUILD.gn @@ -13,7 +13,7 @@ group("uikit_test1") { deps = [ - "//test/xts/acts/graphic_lite/graphic_utils/a:ActsUiInterfaceTest1", + "//test/xts/acts/graphic_lite/graphic_utils/a:ActsGraphicInterfaceTest", "//test/xts/acts/graphic_lite/graphic_utils/color_posix:ActsColorTest", "//test/xts/acts/graphic_lite/graphic_utils/geometry2d_posix:ActsGeometyr2dTest", "//test/xts/acts/graphic_lite/graphic_utils/graphic_math_posix:ActsGraphicMathTest", -- GitLab