Files
handyohos 35b6d7c8f2 Bugfix: add singleton global variables to napi version script
1)在version script中公开singleton.h中的instance_以及mutext_全局变量;单例全局变量有在多个ELF中有多份,需确保都是公开的,隐藏后会导致操作不同实例。
2)公开ipc iremoute_broker.h中的BrokerDelegator单例实例delgator_全局变量。
3) 补齐ace engine需要的特殊符号。

Signed-off-by: handyohos <zhangxiaotian@huawei.com>
Change-Id: Ib089aa7daf153c4cd031e1addab5e7426f3df832

#I6AQE0
2023-01-16 19:32:00 +08:00
..