76e1cbca75
NVIDIA binary blobs are assuming that __cache_clear, _Unwind_Backtrace, and _Unwind_GetIP are all in some library that they link, but now we've cleaned up this leakage, they're no longer getting it. Deliberately leak the symbols from libc.so until we get new blobs. Bug: http://b/20065774 Change-Id: I92ef07b2bce8d1ad719bf40dab41d745cd6904d4
17 lines
301 B
Text
17 lines
301 B
Text
LIBC {
|
|
global:
|
|
/* Work-around for http://b/20065774. */
|
|
__clear_cache;
|
|
_Unwind_Backtrace;
|
|
_Unwind_GetIP;
|
|
local:
|
|
_ZSt7nothrow;
|
|
_ZdaPv;
|
|
_ZdaPvRKSt9nothrow_t;
|
|
_ZdlPv;
|
|
_ZdlPvRKSt9nothrow_t;
|
|
_Znaj;
|
|
_ZnajRKSt9nothrow_t;
|
|
_Znwj;
|
|
_ZnwjRKSt9nothrow_t;
|
|
};
|