From 59af0adb2d0a69b627c0c192ce19aed65c065ec3 Mon Sep 17 00:00:00 2001 From: wangyikai Date: Thu, 16 Jan 2025 16:20:40 +0800 Subject: [PATCH] =?UTF-8?q?cherry=20pick=20ccc95a3=20from=20https://gitee.?= =?UTF-8?q?com/wangykk/drivers=5Fhdf=5Fcore/pulls/2367=20=E3=80=90HDF=5FCO?= =?UTF-8?q?RE=E3=80=91all=5Fdependent=5Fconfigs=E6=A0=87=E7=AD=BE=E6=95=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangyikai --- adapter/uhdf2/hdi/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adapter/uhdf2/hdi/BUILD.gn b/adapter/uhdf2/hdi/BUILD.gn index 43bf6e0f4..86292224f 100644 --- a/adapter/uhdf2/hdi/BUILD.gn +++ b/adapter/uhdf2/hdi/BUILD.gn @@ -44,7 +44,7 @@ if (defined(ohos_lite)) { "$hdf_interface_path/inner_api/utils", "$hdf_interface_path/inner_api/osal/uhdf", ] - all_dependent_configs = [ ":libhdi_pub_config" ] + public_configs = [ ":libhdi_pub_config" ] sources = [ "src/hdi_support.cpp" ] deps = [ -- Gitee