Merge "Exclude libvndksupport from APEXes." am: 0b4f2532a7

am: 1fd25add88

Change-Id: I04124c9aa38de67572c26f914fe7f240704c03af
This commit is contained in:
Dongwon Kang 2019-02-12 17:08:35 -08:00 committed by android-build-merger
commit 6588014f98
5 changed files with 10 additions and 2 deletions

View file

@ -10,6 +10,11 @@ cc_library {
local_include_dirs: ["include/vndksupport"],
export_include_dirs: ["include"],
shared_libs: ["liblog"],
version_script: "libvndksupport.map.txt",
stubs: {
symbol_file: "libvndksupport.map.txt",
versions: ["29"],
},
}
llndk_library {

View file

@ -1,7 +1,7 @@
LIBVNDKSUPPORT {
global:
android_load_sphal_library; # vndk
android_unload_sphal_library; # vndk
android_load_sphal_library; # vndk apex
android_unload_sphal_library; # vndk apex
local:
*;
};

View file

@ -126,6 +126,7 @@ namespace.resolv.link.default.shared_libs = libc.so
namespace.resolv.link.default.shared_libs += libm.so
namespace.resolv.link.default.shared_libs += libdl.so
namespace.resolv.link.default.shared_libs += libbinder_ndk.so
namespace.resolv.link.default.shared_libs += libvndksupport.so
###############################################################################
# Namespace config for binaries under /postinstall.

View file

@ -200,6 +200,7 @@ namespace.resolv.link.default.shared_libs = libc.so
namespace.resolv.link.default.shared_libs += libm.so
namespace.resolv.link.default.shared_libs += libdl.so
namespace.resolv.link.default.shared_libs += libbinder_ndk.so
namespace.resolv.link.default.shared_libs += libvndksupport.so
###############################################################################
# "sphal" namespace

View file

@ -145,6 +145,7 @@ namespace.resolv.link.default.shared_libs = libc.so
namespace.resolv.link.default.shared_libs += libm.so
namespace.resolv.link.default.shared_libs += libdl.so
namespace.resolv.link.default.shared_libs += libbinder_ndk.so
namespace.resolv.link.default.shared_libs += libvndksupport.so
###############################################################################
# "sphal" namespace