libvndksupport is a new LL-NDK library that provides vendor-visible APIs
for platform-only functionalities of other LL-NDK libraries. Currently,
it provides android_(load|unload)_sphal_library which abstracts the
platform-only APIs of libdl (android_get_exported_namespace, etc.)
Bug: 37323945
Test: sailfish builds and boots
Test: libvndksupport-tests passes
Merged-In: I6d2911b57e009d0c842554933aac87d6573ffcbf
Change-Id: I6d2911b57e009d0c842554933aac87d6573ffcbf
(cherry picked from commit 7130e13262)
7 lines
126 B
Text
7 lines
126 B
Text
LIBVNDKSUPPORT {
|
|
global:
|
|
android_load_sphal_library; # vndk
|
|
android_unload_sphal_library; # vndk
|
|
local:
|
|
*;
|
|
};
|