Add libart.so to the list of public libraries

This is a temporary workaround for apps relying
on libart internal state.

Bug: http://b/26436837
Change-Id: Ibd6a766c3c8edebe885d897565a72a7a407828c3
This commit is contained in:
Dimitry Ivanov 2016-01-11 14:53:59 -08:00
parent c76e2a8dad
commit 3d5a43449f
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ namespace android {
#ifdef __ANDROID__
// TODO(dimitry): move this to system properties.
static const char* kPublicNativeLibraries = "libandroid.so:"
// TODO (dimitry): This is a workaround for http://b/26436837
// will be removed before the release.
"libart.so:"
// END OF WORKAROUND
"libc.so:"
"libdl.so:"
"libEGL.so:"