Chromium Code Reviews
Description[Remoting Android] Fix component build runtime error
Component build has been turned on by default but the generated Android client
doesn't work since the JNI shared library cannot be located. The issue is that
turning on the component build flag will add a ".cr" suffix to the name of the
library while we always load `remoting_client_jni` unconditionally.
This CL adds fallback for loading `remoting_client_jni.cr` if
`remoting_client_jni` can't be loaded.
BUG=634375
Committed: https://crrev.com/fa2204311b7b12bf707b1f670ca6ebe3b1e26250
Cr-Commit-Position: refs/heads/master@{#410550}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Reviewer's Feedback #Messages
Total messages: 10 (4 generated)
|