From 3212a945a0f14c9c7ae4ad20e9071bef5ef4c4be Mon Sep 17 00:00:00 2001 From: handyohos Date: Thu, 9 Jun 2022 21:34:23 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E7=B3=BB=E7=BB=9F=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E7=8B=AC=E7=AB=8B=E7=BC=96=E8=AF=91=EF=BC=8C=E5=8E=BB=E9=99=A4?= =?UTF-8?q?=E5=86=97=E4=BD=99=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 系统组件独立编译,去除对hdi_display_gralloc的冗余依赖。 Signed-off-by: handyohos Change-Id: I88d4b50526d2f775ba7ab2274fbaaf29d2f6c5a4 #I5BJLH --- camera_hdf/hdi_impl/test/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/camera_hdf/hdi_impl/test/BUILD.gn b/camera_hdf/hdi_impl/test/BUILD.gn index 41d9a8e..dfef6b5 100644 --- a/camera_hdf/hdi_impl/test/BUILD.gn +++ b/camera_hdf/hdi_impl/test/BUILD.gn @@ -68,7 +68,6 @@ ohos_executable("dcamera_hdi_sample") { "${hdf_uhdf_path}/hdi:libhdi", "${innerkits_path}/native_cpp/camera_source:distributed_camera_source_sdk", "//drivers/peripheral/camera/interfaces/metadata:metadata", - "//drivers/peripheral/display/hal:hdi_display_gralloc", "//foundation/graphic/graphic_2d/frameworks/surface:surface", ]