mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-27 16:40:44 +00:00
!419 fix: change memmgrservice plugin path
Merge pull request !419 from wonghiu45/change_memmgr_path
This commit is contained in:
commit
c2fd774c47
@ -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 ]
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user