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

Signed-off-by: fangye <fangye@talkweb.com.cn>
Change-Id: If7627414b910746024b18a3bb501527e03d08479
This commit is contained in:
fangye
2022-08-08 09:37:52 +08:00
parent 0be4aafc27
commit 6cf9c38254
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"
]
}