Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd78d462 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Fix JNI method signature.

Change-Id: I156624e0ac55330f43d9c4d7f15d59f6c529aa0a
parent 38796fe1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)