Merge changes from topic "dup_icu4c" am: ce912aadda
am: 055708f26b
Change-Id: I6bfd325bae7e80b81bca66298079339af988a19e
This commit is contained in:
commit
1ab3de395d
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