From 7916b2e27f33c23d58428f1c86b3b11d5da75f89 Mon Sep 17 00:00:00 2001 From: jiyong Date: Fri, 10 Dec 2021 17:43:36 +0800 Subject: [PATCH] jiyong@huawei.com Signed-off-by: jiyong --- startup/startup_standard/BUILD.gn | 13 +++++++------ updater/update_test/BUILD.gn | 14 ++++++++------ 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/startup/startup_standard/BUILD.gn b/startup/startup_standard/BUILD.gn index a727cda61..6aa32d2b2 100755 --- a/startup/startup_standard/BUILD.gn +++ b/startup/startup_standard/BUILD.gn @@ -18,14 +18,15 @@ ohos_js_hap_suite("startup_js_test") { ":startup_js_assets", ":startup_js_resources", ] -# shared_libraries = [ -# "//third_party/giflib:libgif", -# "//third_party/libpng:libpng", -# ] + + # shared_libraries = [ + # "//third_party/giflib:libgif", + # "//third_party/libpng:libpng", + # ] certificate_profile = "./signature/openharmony_sx.p7b" hap_name = "ActsStartupJSApiTest" -# part_name = "prebuilt_hap" -# subsystem_name = "xts" + # part_name = "prebuilt_hap" + # subsystem_name = "xts" } ohos_js_assets("startup_js_assets") { source_dir = "./src/main/js/default" diff --git a/updater/update_test/BUILD.gn b/updater/update_test/BUILD.gn index b1ad2cc8f..101cbdcf7 100644 --- a/updater/update_test/BUILD.gn +++ b/updater/update_test/BUILD.gn @@ -18,14 +18,16 @@ ohos_js_hap_suite("update_js_test") { ":update_js_assets", ":update_js_resources", ] -# shared_libraries = [ -# "//third_party/giflib:libgif", -# "//third_party/libpng:libpng", -# ] + + # shared_libraries = [ + # "//third_party/giflib:libgif", + # "//third_party/libpng:libpng", + # ] certificate_profile = "./signature/openharmony_sx.p7b" hap_name = "ActsUpdateJsTest" -# part_name = "prebuilt_hap" -# subsystem_name = "xts" + + # part_name = "prebuilt_hap" + # subsystem_name = "xts" } ohos_js_assets("update_js_assets") { source_dir = "./src/main/js/default" -- GitLab