Merge "Expose libandroidicu to llndk namespace"

This commit is contained in:
Kevin Chyn 2019-02-20 06:33:21 +00:00 committed by Gerrit Code Review
commit 4275d9b887
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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