Merge changes from topic "dup_icu4c"
am: ce912aadda
Change-Id: Ied6cc731e1c57ab48340b5698c669933ed1ac7d7
This commit is contained in:
commit
055708f26b
3 changed files with 12 additions and 0 deletions
|
|
@ -54,6 +54,10 @@ namespace.default.link.runtime.shared_libs += libdexfile_external.so
|
||||||
namespace.default.link.runtime.shared_libs += libnativebridge.so
|
namespace.default.link.runtime.shared_libs += libnativebridge.so
|
||||||
namespace.default.link.runtime.shared_libs += libnativehelper.so
|
namespace.default.link.runtime.shared_libs += libnativehelper.so
|
||||||
namespace.default.link.runtime.shared_libs += libnativeloader.so
|
namespace.default.link.runtime.shared_libs += libnativeloader.so
|
||||||
|
namespace.default.link.runtime.shared_libs += libandroidicu.so
|
||||||
|
|
||||||
|
# TODO(b/122876336): Remove libpac.so once it's migrated to Webview
|
||||||
|
namespace.default.link.runtime.shared_libs += libpac.so
|
||||||
|
|
||||||
# When libnetd_resolv.so can't be found in the default namespace, search for it
|
# When libnetd_resolv.so can't be found in the default namespace, search for it
|
||||||
# in the resolv namespace. Don't allow any other libraries from the resolv namespace
|
# in the resolv namespace. Don't allow any other libraries from the resolv namespace
|
||||||
|
|
|
||||||
|
|
@ -132,6 +132,10 @@ namespace.default.link.runtime.shared_libs += libdexfile_external.so
|
||||||
namespace.default.link.runtime.shared_libs += libnativebridge.so
|
namespace.default.link.runtime.shared_libs += libnativebridge.so
|
||||||
namespace.default.link.runtime.shared_libs += libnativehelper.so
|
namespace.default.link.runtime.shared_libs += libnativehelper.so
|
||||||
namespace.default.link.runtime.shared_libs += libnativeloader.so
|
namespace.default.link.runtime.shared_libs += libnativeloader.so
|
||||||
|
namespace.default.link.runtime.shared_libs += libandroidicu.so
|
||||||
|
|
||||||
|
# TODO(b/122876336): Remove libpac.so once it's migrated to Webview
|
||||||
|
namespace.default.link.runtime.shared_libs += libpac.so
|
||||||
|
|
||||||
# When libnetd_resolv.so can't be found in the default namespace, search for it
|
# When libnetd_resolv.so can't be found in the default namespace, search for it
|
||||||
# in the resolv namespace. Don't allow any other libraries from the resolv namespace
|
# in the resolv namespace. Don't allow any other libraries from the resolv namespace
|
||||||
|
|
|
||||||
|
|
@ -72,6 +72,10 @@ namespace.default.link.runtime.shared_libs += libdexfile_external.so
|
||||||
namespace.default.link.runtime.shared_libs += libnativebridge.so
|
namespace.default.link.runtime.shared_libs += libnativebridge.so
|
||||||
namespace.default.link.runtime.shared_libs += libnativehelper.so
|
namespace.default.link.runtime.shared_libs += libnativehelper.so
|
||||||
namespace.default.link.runtime.shared_libs += libnativeloader.so
|
namespace.default.link.runtime.shared_libs += libnativeloader.so
|
||||||
|
namespace.default.link.runtime.shared_libs += libandroidicu.so
|
||||||
|
|
||||||
|
# TODO(b/122876336): Remove libpac.so once it's migrated to Webview
|
||||||
|
namespace.default.link.runtime.shared_libs += libpac.so
|
||||||
|
|
||||||
# When libnetd_resolv.so can't be found in the default namespace, search for it
|
# When libnetd_resolv.so can't be found in the default namespace, search for it
|
||||||
# in the resolv namespace. Don't allow any other libraries from the resolv namespace
|
# in the resolv namespace. Don't allow any other libraries from the resolv namespace
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue