diff --git a/frameworks/ans/core/BUILD.gn b/frameworks/ans/core/BUILD.gn index 94578456f0960fd25fa6397b96ad82d08a0ebdce..25add44fb10b1aa2cbb771972c2fcc519e3eecae 100644 --- a/frameworks/ans/core/BUILD.gn +++ b/frameworks/ans/core/BUILD.gn @@ -101,7 +101,7 @@ ohos_shared_library("ans_core") { "ipc:ipc_core", "multimedia_image_standard:image_native", "native_appdatamgr:native_rdb", - "os_account_standard:os_account_innerkits", + "os_account:os_account_innerkits", "samgr_standard:samgr_proxy", "time_native:time_service", ] diff --git a/services/ans/BUILD.gn b/services/ans/BUILD.gn index b1c86592ee3008b20aa3b2058a40a3ebe6d665ef..97f0c02a34ceb534d78dca6ee295ee28dc748f46 100644 --- a/services/ans/BUILD.gn +++ b/services/ans/BUILD.gn @@ -80,7 +80,7 @@ ohos_shared_library("libans") { "distributeddatamgr:distributeddata_inner", "multimedia_image_standard:image_native", "multimedia_media_standard:media_client", - "os_account_standard:os_account_innerkits", + "os_account:os_account_innerkits", "time_native:time_service", "window_manager:libwm", ] diff --git a/services/ans/test/unittest/BUILD.gn b/services/ans/test/unittest/BUILD.gn index 45e2cf8505fb2712488b055bd3e6fb0123f1c71f..625aca8564f04ea4a90312a02b1327265b0bfc8b 100644 --- a/services/ans/test/unittest/BUILD.gn +++ b/services/ans/test/unittest/BUILD.gn @@ -92,7 +92,7 @@ ohos_unittest("ans_unit_test") { "ipc:ipc_core", "multimedia_image_standard:image_native", "multimedia_media_standard:media_client", - "os_account_standard:os_account_innerkits", + "os_account:os_account_innerkits", "safwk:system_ability_fwk", "samgr_standard:samgr_proxy", "time_native:time_service", diff --git a/services/test/moduletest/BUILD.gn b/services/test/moduletest/BUILD.gn index f334e49dccb3a10cd2e52410f6d0bd557039f46c..dc91527e4712559c07c897161f273a114950c0a6 100644 --- a/services/test/moduletest/BUILD.gn +++ b/services/test/moduletest/BUILD.gn @@ -78,7 +78,7 @@ ohos_moduletest("ans_module_test") { "ipc:ipc_core", "multimedia_image_standard:image_native", "multimedia_media_standard:media_client", - "os_account_standard:os_account_innerkits", + "os_account:os_account_innerkits", "safwk:system_ability_fwk", "samgr_standard:samgr_proxy", "time_native:time_service",