Skip to content
Snippets Groups Projects
Commit 13353dbc authored by Jungshik Jang's avatar Jungshik Jang Committed by Android (Google) Code Review
Browse files

Merge "Fix unmatched jni method name."

parents ef5693bb 97babdc9
No related branches found
No related tags found
No related merge requests found
......@@ -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 },
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment