From b6ede7a0177a3c87a3b68ab7ea2396d665f3b496 Mon Sep 17 00:00:00 2001 From: jwx1134657 Date: Mon, 20 Mar 2023 15:35:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jwx1134657 --- location/geolocation_errorCode/BUILD.gn | 4 ---- location/geolocation_standard/BUILD.gn | 4 ---- 2 files changed, 8 deletions(-) diff --git a/location/geolocation_errorCode/BUILD.gn b/location/geolocation_errorCode/BUILD.gn index 8bb99a591..cf7958137 100644 --- a/location/geolocation_errorCode/BUILD.gn +++ b/location/geolocation_errorCode/BUILD.gn @@ -19,10 +19,6 @@ ohos_js_hap_suite("ActslocationErrorCodeTest") { ":geolocation_resources", ] - # shared_libraries = [ - # "//third_party/giflib:libgif", - # "//third_party/libpng:libpng", - # ] certificate_profile = "./signature/openharmony_sx.p7b" hap_name = "ActslocationErrorCodeApiTest" part_name = "location" diff --git a/location/geolocation_standard/BUILD.gn b/location/geolocation_standard/BUILD.gn index 97b6099fc..3a86942a3 100644 --- a/location/geolocation_standard/BUILD.gn +++ b/location/geolocation_standard/BUILD.gn @@ -19,10 +19,6 @@ ohos_js_hap_suite("ActslocationJsTest") { ":geolocation_resources", ] - # shared_libraries = [ - # "//third_party/giflib:libgif", - # "//third_party/libpng:libpng", - # ] certificate_profile = "./signature/openharmony_sx.p7b" hap_name = "ActslocationJSApiTest" part_name = "location" -- GitLab