commit | 8bc1c3484cd8af74d044f5503fc078259cdca882 | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Fri Jun 04 13:24:10 2021 -0700 |
committer | Ryan Prichard <rprichard@google.com> | Tue Jun 15 13:14:41 2021 -0700 |
tree | d572c9e97199dfdf1933f0680a932e2ce9ff3ecb | |
parent | f34c9ede734be8bb831304bfd3a9ba22461cec6d [diff] |
Stop exporting symbols from app_process Any symbols exported from the executable override everything else in every linker namespace. Previously, app_process exported the signal/sigchain API, but that interposition is now handled by libsigchain.so. Bug: http://b/190100879 Test: `nm -D --defined-only app_process{32,64}` shows no symbols Change-Id: I1ab1fc700c34e91535c3e679a471debbb4eb71e3 (cherry picked from commit 6b86dfb159bd26bff4aa74895221e09dce7b0718)