am 4f1bc7eb: Merge "Fix unmatched jni method name."
* commit '4f1bc7ebccd1ec6e632b9638d74bf39ed11ff8e9': Fix unmatched jni method name.
This commit is contained in:
@@ -184,7 +184,7 @@ static JNINativeMethod sMethods[] = {
|
||||
/* name, signature, funcPtr */
|
||||
{ "nativeInit", "(Lcom/android/server/hdmi/HdmiCecController;)J",
|
||||
(void *) nativeInit },
|
||||
{ "nativeSendCommand", "(JII[B)I",
|
||||
{ "nativeSendCecCommand", "(JII[B)I",
|
||||
(void *) nativeSendCecCommand },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user