diff --git a/BUILD.gn b/BUILD.gn index e658c776b36cab652674ebe71eb57bbe747375e0..d7849942ed8425a97776e6b42327eb297653da74 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 != "") {