!419 fix: change memmgrservice plugin path

Merge pull request !419 from wonghiu45/change_memmgr_path
This commit is contained in:
openharmony_ci 2022-09-28 03:55:19 +00:00 committed by Gitee
commit c2fd774c47
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ ohos_shared_library("distributedschedsvr") {
}
if (dmsfwk_report_memmgr_plugins) {
external_deps += [ "plugins/memmgr:memmgrclient" ]
external_deps += [ "memmgr_plugin:memmgrclient" ]
}
install_images = [ system_base_dir ]

View File

@ -60,7 +60,7 @@ if (dmsfwk_report_memmgr) {
}
if (dmsfwk_report_memmgr_plugins) {
dsched_external_deps += [ "plugins/memmgr:memmgrclient" ]
dsched_external_deps += [ "memmgr_plugin:memmgrclient" ]
}
if (dmsfwk_standard_form_share) {