mirror of
https://gitee.com/openharmony/bundlemanager_bundle_framework
synced 2024-11-23 07:09:53 +00:00
modify bms deps
Signed-off-by: changzheng6 <hanfeng6@huawei.com>
This commit is contained in:
parent
69509ebda1
commit
11cbe8f1fc
@ -55,12 +55,12 @@ declare_args() {
|
||||
|
||||
if (defined(global_parts_info) &&
|
||||
!defined(global_parts_info.global_resmgr_standard)) {
|
||||
device_manager_enable = false
|
||||
global_resmgr_enable = false
|
||||
}
|
||||
|
||||
if (defined(global_parts_info) &&
|
||||
!defined(global_parts_info.hiviewdfx_hicollie_native)) {
|
||||
global_resmgr_enable = false
|
||||
hicollie_enable = false
|
||||
}
|
||||
|
||||
if (defined(global_parts_info) &&
|
||||
|
@ -1212,7 +1212,7 @@ std::string BundleDataMgr::GetAbilityLabel(const std::string &bundleName, const
|
||||
}
|
||||
#else
|
||||
APP_LOGW("GLOBAL_RESMGR_ENABLE is false");
|
||||
return nullptr;
|
||||
return Constants::EMPTY_STRING;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user