From fe344860c5734efecc162f1fab70781627c93742 Mon Sep 17 00:00:00 2001 From: chencheng31 Date: Fri, 11 Mar 2022 19:24:13 +0800 Subject: [PATCH] =?UTF-8?q?=20global=5Fresource=5Ftool=E5=AD=B5=E5=8C=96?= =?UTF-8?q?=E5=87=86=E9=99=A4=EF=BC=8Cmanifest=E5=8A=A0=E4=BB=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chencheng31 --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index e969a8e..4f6c27b 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -68,7 +68,7 @@ ohos_executable("restool") { deps = [ "//developtools/global_resource_tool/build/jsoncpp:restool_jsoncpp", "//developtools/global_resource_tool/build/sqlite3:restool_sqlite", - "//developtools/global_resource_tool/build/libxml2:restool_libxml2", + "//developtools/global_resource_tool/build/libxml2:restool_libxml2", "//developtools/global_resource_tool/build/bounds_checking_function:restool_bounds_checking_function" ]