!9915 修复ArkTS卡片无法显示的问题

Merge pull request !9915 from Far/master
This commit is contained in:
openharmony_ci 2023-02-16 02:41:53 +00:00 committed by Gitee
commit 67ad0e32fd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 5 deletions

View File

@ -86,6 +86,7 @@ foreach(item, ace_platforms) {
# libace target
ohos_shared_library("libace") {
deps = [ "$ace_root/build:libace_static_ohos" ]
version_script = "libace.map"
part_name = ace_engine_part
subsystem_name = ace_engine_subsystem
}

View File

@ -34,11 +34,7 @@
non-virtual?thunk?to?OHOS::Ace::PluginComponentManager::UIServiceListener::OnRequestCallBack*;
non-virtual?thunk?to?OHOS::Ace::PluginComponentManager::UIServiceListener::OnReturnRequest*;
OHOS_ACE_CreateSubWindowUIContent;
OHOS_ACE_CreateUIContent;
OHOS_ACE_HotReloadPage;
OHOS_ACE_PreloadAceModule;
OHOS_ACE_PreloadAceModuleCard;
OHOS_ACE_*;
OHOS::Ace::AceApplicationInfo::*;
OHOS::Ace::AceScopedTrace::*;