diff --git a/bundle.json b/bundle.json index 14fb00a6785f095eeb3923d52f7ea1e50226927d..a98111e50791cd10d27152aec6a3ef41f71570d5 100644 --- a/bundle.json +++ b/bundle.json @@ -49,8 +49,7 @@ "samgr", "openssl", "access_token" - ], - "third_party": [ "openssl" ] + ] }, "build": { "group_type": { diff --git a/test/dslm_unit_test/BUILD.gn b/test/dslm_unit_test/BUILD.gn index b999e17b38ca6b93a9d445b34ad30ec461451b23..da4680cee8bdb7b825f091beeb6b27bfed5c387b 100644 --- a/test/dslm_unit_test/BUILD.gn +++ b/test/dslm_unit_test/BUILD.gn @@ -99,7 +99,6 @@ if (os_level == "standard") { "../../oem_property/ohos/standard:dslm_ohos_cred_obj", "../../services/common:service_common_obj", "../../services/dslm:service_dslm_test_obj", - "//third_party/googletest:gmock", ] external_deps = [ @@ -108,6 +107,7 @@ if (os_level == "standard") { "c_utils:utils", "device_security_level:dslm_sdk", "dsoftbus:softbus_client", + "googletest:gmock", "hilog:libhilog", "hisysevent:libhisysevent", "hitrace:hitrace_meter",