constify JNINativeMethod function pointer tables
Change-Id: I4036c924958221cbc644724f8eb01c5de3cd7954
This commit is contained in:
@@ -2504,7 +2504,7 @@ nSystemGetPointerSize(JNIEnv *_env, jobject _this) {
|
||||
|
||||
static const char *classPathName = "android/renderscript/RenderScript";
|
||||
|
||||
static JNINativeMethod methods[] = {
|
||||
static const JNINativeMethod methods[] = {
|
||||
{"_nInit", "()V", (void*)_nInit },
|
||||
|
||||
{"nDeviceCreate", "()J", (void*)nDeviceCreate },
|
||||
|
||||
Reference in New Issue
Block a user