mirror of
https://github.com/openharmony/developtools_integration_verification.git
synced 2026-07-21 22:55:28 -04:00
35b6d7c8f2
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