Merge "Add libart.so to the list of public libraries"

This commit is contained in:
Dimitry Ivanov 2016-01-12 03:07:27 +00:00 committed by Android (Google) Code Review
commit ba01a14659
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:"