OSDN Git Service

Returning JNI_ERR from JNI_OnLoad is still an error!
authorElliott Hughes <enh@google.com>
Fri, 2 Aug 2013 23:49:57 +0000 (16:49 -0700)
committerElliott Hughes <enh@google.com>
Fri, 2 Aug 2013 23:49:57 +0000 (16:49 -0700)
commitd04ecb0b450c0c7a059ee355f6aed7c9f65b671e
tree08714a7f358c1ccc3c7b4e1469c4aa2ae86739d0
parent8c82bcccdf3f179a8e5d7fe2753e212a88e20dd6
Returning JNI_ERR from JNI_OnLoad is still an error!

Fixes a bug introduced in the previous patch.

Change-Id: I34ea63d323a0125c3c4ae140a2ae9b8e9ed3e1df
vm/Native.cpp