From 4416ee2510246a8857d2d99f857d5204112e87d2 Mon Sep 17 00:00:00 2001 From: mengkun Date: Sun, 8 May 2022 09:28:32 +0800 Subject: [PATCH] change graphic/standard to graphic/graphic Signed-off-by: mengkun Change-Id: I583ae6248a6a0dc3465f9adf194d14839e7fa8d2 --- T507/camera/src/pipeline_core/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/T507/camera/src/pipeline_core/BUILD.gn b/T507/camera/src/pipeline_core/BUILD.gn index 8c722dc..42c8e73 100755 --- a/T507/camera/src/pipeline_core/BUILD.gn +++ b/T507/camera/src/pipeline_core/BUILD.gn @@ -283,7 +283,7 @@ if (defined(ohos_lite)) { # hcs parser "$hdf_uhdf_path/utils:libhdf_utils", "//foundation/communication/ipc/interfaces/innerkits/ipc_core:ipc_core", - "//foundation/graphic/standard:libsurface", + "//foundation/graphic/graphic:libsurface", ] if (is_standard_system) { -- Gitee