From 6499da9c14c561dd7851a1d52f23c5c2c1465eda Mon Sep 17 00:00:00 2001 From: xietingwei Date: Fri, 15 Aug 2025 11:43:27 +0000 Subject: [PATCH] test Signed-off-by: xietingwei --- BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index e658c77..d784994 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -24,6 +24,7 @@ config("internal") { } } + sources_platform_common = [ "./src/syscap_tool.c", "./src/create_pcid.c", @@ -32,6 +33,7 @@ sources_platform_common = [ "./src/common_method.c", ] + ohos_executable("syscap_tool_bin") { deps = [] if (syscap_codec_config_extern_path != "") { -- Gitee