!62 修复samgr_lite组件子系统名称变更导致的编译问题

Merge pull request !62 from 方烨/master
This commit is contained in:
openharmony_sig_ci
2022-08-08 01:57:56 +00:00
committed by Gitee
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,6 +25,6 @@ config("public"){
"//base/hiviewdfx/hiview_lite",
"//base/hiviewdfx/hilog_lite/frameworks/mini",
"//base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite",
"//foundation/distributedschedule/samgr_lite/interfaces/kits/samgr"
"//foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr"
]
}
+1 -1
View File
@@ -23,6 +23,6 @@ kernel_module(module_name) {
"//base/hiviewdfx/hiview_lite",
"//base/hiviewdfx/hilog_lite/frameworks/mini",
"//base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite",
"//foundation/distributedschedule/samgr_lite/interfaces/kits/samgr"
"//foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr"
]
}