platform_system_core/libnativeloader
Christopher Ferris 6664a805ca Add support to indicate bitness of public library.
For public vendor libraries, a vendor might have only a 32 bit
or only a 64 bit version of the library. Add a way to indicate this
in the public.libraries.txt files. The new format is:

  library.so 32

This indicates that this is a 32 bit only public library.

  library.so 64

This indicates that this is a 64 bit only public library.

Bug: 29370721
Bug: 29512261
Change-Id: I26b14893d104a9e1f62914663d8c972cd4d55e1e
2016-06-21 16:11:23 -07:00
..
include/nativeloader nativeloader: Add CloseNativeLibrary() method 2016-05-03 14:55:25 -07:00
Android.mk Add public libs from an environment variable 2016-05-06 13:16:45 -07:00
dlext_namespaces.h Set parent namespace for linker-namespaces 2016-05-17 15:58:56 -07:00
native_loader.cpp Add support to indicate bitness of public library. 2016-06-21 16:11:23 -07:00