Fix JNI method signature.

Change-Id: I156624e0ac55330f43d9c4d7f15d59f6c529aa0a
This commit is contained in:
Jeff Sharkey
2012-09-26 18:45:28 -07:00
parent 38796fe162
commit dd78d462f6

View File

@@ -137,7 +137,7 @@ static JNINativeMethod gMethods[] = {
(void*) android_os_SystemClock_currentThreadTimeMicro },
{ "currentTimeMicro", "()J",
(void*) android_os_SystemClock_currentTimeMicro },
{ "elapsedRealtimeNano", "()J",
{ "elapsedRealtimeNanos", "()J",
(void*) android_os_SystemClock_elapsedRealtimeNano },
};
int register_android_os_SystemClock(JNIEnv* env)