Fix OldSystemTest#test_load run on host.
ClassLoader#findLibrary("c") is failing on host
because libc.so is not present in out/host/linux-x86/lib
Changed searched library to "art" which is preset on both
builds.
Test: libcore.java.lang.OldSystemTest on both host and device
Bug: 26326992
Change-Id: I55e1c01a713b05810059a670348d720318d0b172
Loading
Please sign in to comment