platform_system_core/libvndksupport
Peter Collingbourne 683192270f Stop using weak symbols in libvndksupport.
These weak symbols are no longer necessary because we no longer
need to statically link libvndksupport.

Furthermore, these symbols are not really optional when libvndksupport is
dynamically linked. When the library is linked with --as-needed the linker
may drop the reference to libdl_android.so, which leads to a failure to boot.

Bug: 146456667
Change-Id: I4d2290d8d0206e0d89665d4d872a7c53b3e1531b
2019-12-17 17:52:05 -08:00
..
include/vndksupport libvndksupport: Add android_is_in_vendor_process() 2019-02-12 20:28:38 -08:00
tests Make android_load_sphal_library thread-safe 2019-07-15 13:58:51 -07:00
Android.bp Switch libvndksupport's linker.c to C++ 2019-07-15 13:43:05 -07:00
libvndksupport.map.txt Rename # vndk tag to # llndk 2019-11-13 14:32:44 +09:00
linker.cpp Stop using weak symbols in libvndksupport. 2019-12-17 17:52:05 -08:00
OWNERS Add OWNERS. 2017-12-07 13:30:03 -08:00