From f09d5ebc48cb96cbb11345ed314ece173b37bb90 Mon Sep 17 00:00:00 2001 From: zhengzhuolan Date: Mon, 28 Apr 2025 15:45:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=8B=E4=BB=B6=E9=80=9A?= =?UTF-8?q?=E7=9F=A5IDL=E5=8C=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: zhengzhuolan --- frameworks/ans/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/frameworks/ans/BUILD.gn b/frameworks/ans/BUILD.gn index 4f01e7a30..eaaba778a 100644 --- a/frameworks/ans/BUILD.gn +++ b/frameworks/ans/BUILD.gn @@ -42,7 +42,6 @@ config("ans_innerkits_public_config") { "${core_path}/common/include", "${core_path}/include", "${target_gen_dir}", - "//third_party/json/single_include", ] configs = [ "${multimedia_path}/interfaces/innerkits:image_external_config" ] } -- Gitee