mirror of
https://github.com/openharmony/bundlemanager_bundle_framework_lite.git
synced 2026-08-27 03:21:43 -04:00
add
Signed-off-by: shilei <shilei91@huawei.com> Change-Id: I21a042630a5a24b89f8350203b38510f859c92f9
This commit is contained in:
@@ -42,7 +42,10 @@ if (ohos_kernel_type == "liteos_m") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (enable_ohos_bundle_manager_service_permission == true) {
|
if (enable_ohos_bundle_manager_service_permission == true) {
|
||||||
defines += [ "_MINI_BMS_PERMISSION_" ]
|
defines += [
|
||||||
|
"_MINI_BMS_PERMISSION_",
|
||||||
|
"BC_TRANS_ENABLE",
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
deps = [
|
deps = [
|
||||||
|
|||||||
@@ -290,6 +290,9 @@ bool GtManagerService::RegisterInstallerCallback(InstallerCallback installerCall
|
|||||||
if (installerCallback == nullptr) {
|
if (installerCallback == nullptr) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
#ifdef BC_TRANS_ENABLE
|
||||||
|
ScanPackages();
|
||||||
|
#endif
|
||||||
InstallPreBundle(systemPathList_, installerCallback);
|
InstallPreBundle(systemPathList_, installerCallback);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user