Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60b259b9 authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Make libnative*.so from the Runtime APEX libs accessible to vendor binaries.

Test: Flash and boot
Test: Boot test on internal tree
Bug: 119840313
Change-Id: I7c87519f94af2eeef9ebfd0d1e46e7bfca8df5c5
parent 6ad0b8f1
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -467,6 +467,9 @@ namespace.system.asan.search.paths += /%PRODUCT_SERVICES%/${LIB}

namespace.system.links = runtime
namespace.system.link.runtime.shared_libs  = libdexfile_external.so
namespace.system.link.runtime.shared_libs += libnativebridge.so
namespace.system.link.runtime.shared_libs += libnativehelper.so
namespace.system.link.runtime.shared_libs += libnativeloader.so

###############################################################################
# Namespace config for binaries under /postinstall.
+4 −1
Original line number Diff line number Diff line
@@ -334,6 +334,9 @@ namespace.default.asan.search.paths += /%PRODUCT_SERVICES%/${LIB}

namespace.default.links = runtime
namespace.default.link.runtime.shared_libs  = libdexfile_external.so
namespace.default.link.runtime.shared_libs += libnativebridge.so
namespace.default.link.runtime.shared_libs += libnativehelper.so
namespace.default.link.runtime.shared_libs += libnativeloader.so

###############################################################################
# "runtime" APEX namespace