From 10065cdce40c28352388a4aee5673a72128e568d Mon Sep 17 00:00:00 2001 From: hanyaru Date: Sat, 26 Nov 2022 14:49:04 +0800 Subject: [PATCH] =?UTF-8?q?wukong=E7=9B=B8=E5=85=B3xts=E7=94=A8=E4=BE=8B?= =?UTF-8?q?=E4=B8=8A=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hanyaru --- wukong/BUILD.gn | 4 +--- wukong/actswukongtest/BUILD.gn | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/wukong/BUILD.gn b/wukong/BUILD.gn index 2ec0e9929..e85f62a08 100644 --- a/wukong/BUILD.gn +++ b/wukong/BUILD.gn @@ -16,8 +16,6 @@ import("//test/xts/tools/build/suite.gni") group("wukong") { testonly = true if (is_standard_system) { - deps = [ - "actswukongtest:ActsWukongTest" - ] + deps = [ "actswukongtest:ActsWukongTest" ] } } diff --git a/wukong/actswukongtest/BUILD.gn b/wukong/actswukongtest/BUILD.gn index 8ee326303..fb0915129 100644 --- a/wukong/actswukongtest/BUILD.gn +++ b/wukong/actswukongtest/BUILD.gn @@ -18,7 +18,7 @@ ohos_js_hap_suite("ActsWukongTest") { js_build_mode = "debug" deps = [ ":wukong_js_assets", - ":wukong_resources" + ":wukong_resources", ] ets2abc = true certificate_profile = "signature/openharmony_sx.p7b" @@ -41,4 +41,3 @@ ohos_resources("wukong_resources") { deps = [ ":wukong_app_profile" ] hap_profile = "entry/src/main/module.json" } - -- GitLab