mirror of
https://gitee.com/openharmony/bundlemanager_bundle_framework
synced 2024-11-23 07:09:53 +00:00
!7044 设置isCompressNativeLibs标签版本隔离时,添加相关log
Merge pull request !7044 from Tintin9529/addExtractSoLog
This commit is contained in:
commit
00ffc688bd
@ -2298,6 +2298,7 @@ bool ToInnerBundleInfo(
|
||||
|
||||
if (applicationInfo.apiTargetVersion % ServiceConstants::API_VERSION_MOD <=
|
||||
ServiceConstants::API_VERSION_THIRTEEN) {
|
||||
APP_LOGD("targetAPIVersion is less than 14, set isCompressNativeLibs flag to true");
|
||||
applicationInfo.isCompressNativeLibs = true;
|
||||
innerModuleInfo.compressNativeLibs = true;
|
||||
}
|
||||
|
@ -2360,6 +2360,7 @@ bool ToInnerBundleInfo(
|
||||
return false;
|
||||
}
|
||||
if (moduleJson.app.targetAPIVersion % ServiceConstants::API_VERSION_MOD <= ServiceConstants::API_VERSION_THIRTEEN) {
|
||||
APP_LOGD("targetAPIVersion is less than 14, set isCompressNativeLibs flag to true");
|
||||
applicationInfo.isCompressNativeLibs = true;
|
||||
innerModuleInfo.compressNativeLibs = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user