Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d5a4344 authored by Dimitry Ivanov's avatar Dimitry Ivanov
Browse files

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
parent c76e2a8d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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:"