Merge "Expose libandroidicu to llndk namespace" am: 4275d9b887
am: 65999091ae
Change-Id: I01414a2776718ae05b43146c84627af1d56637aa
This commit is contained in:
commit
6c2143c82d
2 changed files with 4 additions and 1 deletions
|
|
@ -485,7 +485,8 @@ 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
|
||||
|
||||
# Workaround for b/124772622
|
||||
namespace.system.link.runtime.shared_libs += libandroidicu.so
|
||||
|
||||
###############################################################################
|
||||
# Namespace config for native tests that need access to both system and vendor
|
||||
|
|
|
|||
|
|
@ -344,6 +344,8 @@ 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
|
||||
# Workaround for b/124772622
|
||||
namespace.default.link.runtime.shared_libs += libandroidicu.so
|
||||
|
||||
###############################################################################
|
||||
# "runtime" APEX namespace
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue