From a38bcfb0894fab68085fc237fe58c84b8df48417 Mon Sep 17 00:00:00 2001 From: laibo102 Date: Fri, 11 Mar 2022 12:03:20 +0800 Subject: [PATCH] update: BUILD.gn Signed-off-by: laibo102 Change-Id: Ic4f52a5e360957c62c82cadd0c8c207419f94990 --- BUILD.gn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index c8aab5d..e081fdb 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -282,8 +282,7 @@ ohos_copy("ohos_declaration_ets_ark") { ohos_copy("common_api_ark") { sources = common_api_src deps = [ ":ohos_declaration_ets_ark" ] - outputs = - [ target_out_dir + "/../../developtools/api/{{source_file_part}}" ] + outputs = [ target_out_dir + "/../../developtools/api/{{source_file_part}}" ] module_install_name = "" }