platform_system_core/libnativeloader
Christopher Ferris 39da84b06c 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
(cherry picked from commit 6664a805ca)

Change-Id: Id52c8b61d5c802ce62edda7e25f2755f6f93d6b7
2016-06-22 11:21:21 -07:00
..
include/nativeloader Merge "nativeloader: Add CloseNativeLibrary() method" 2016-05-04 23:38:55 +00:00
Android.mk Remove invalid uses of -l and -I 2016-06-01 13:41:23 -07:00
dlext_namespaces.h Set parent namespace for linker-namespaces 2016-05-16 18:13:49 -07:00
native_loader.cpp Add support to indicate bitness of public library. 2016-06-22 11:21:21 -07:00