summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramVertexFixedFunction.java
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2019-08-28 23:19:20 +0900
committerJiyong Park <jiyong@google.com>2019-09-05 08:49:49 +0000
commit37131e1ee61dd83121ef02744855ee514f0aa6c5 (patch)
treea201d8323ed2e89102af1aac3b1902f13c660b27 /rs/java/android/renderscript/ProgramVertexFixedFunction.java
parent7baee5c357e89c2edbe3ea302f4f40bfe330fa8e (diff)
Revert "Fix: vendor public libraries are accessible via System.loadLibrary"
This reverts commit cfe38cdb1cc45c8b7dcbe4f39329551f6602b9ce. The CL 8f712189dfc02285573337e2b4ab17678011db14 in libcore project avoids the need for adding the new paths in LoadedApk. With the CL, a classloader does not give up even when loader.findLibrary() has failed due to some paths are not added to it. Instead, the classloader converts the given libname into a filename (e.g. foo -> libfoo.so) then calls dlopen() with the filename. The classloader reports failure only when the dlopen() call has failed. Therefore, manually adding these paths to the classloader is no longer needed and thus removed. Bug: 109720125 Test: System.loadLibrary("adsprpc") is successful in Pixel (because libadsprpc.so is in Pixel's vendor public lib list) Test: atest cts/tests/tests/jni Change-Id: I1970eba7e732728699042a36b89571915ec81451
Diffstat (limited to 'rs/java/android/renderscript/ProgramVertexFixedFunction.java')
0 files changed, 0 insertions, 0 deletions