diff options
author | Orion Hodson <oth@google.com> | 2021-02-22 11:57:16 +0000 |
---|---|---|
committer | Orion Hodson <oth@google.com> | 2021-02-23 14:03:07 +0000 |
commit | 2a822ea94a468b247ca46b842d7cfa394fe91131 (patch) | |
tree | afd416dc113947acc72a8dd9dc1cef89f4b4cf9f /rs/java/android/renderscript/ProgramVertexFixedFunction.java | |
parent | 25cc8e41e635ba868009d9af852462cb117d0a29 (diff) |
Fix warning about recursive loading of libmedia_jni.so
JNI register methods were resolving classes to initialize fieldID's
and methodID's for native JNI use. Those classes may have static
initializers which call System.loadLibrary("libmedia_jni.so"), but the
library is already in the process of being loaded.
Bug: 180829511
Test: TH
Test: boot blueline observe no output from "adb logcat -d | grep recursive"
Change-Id: I47d40bc06457a9550bd5855f6f8d031ddc465b47
Diffstat (limited to 'rs/java/android/renderscript/ProgramVertexFixedFunction.java')
0 files changed, 0 insertions, 0 deletions