constify JNINativeMethod function pointer tables

Change-Id: I4036c924958221cbc644724f8eb01c5de3cd7954
This commit is contained in:
Daniel Micay
2015-09-19 17:31:01 -04:00
parent 24ff6823c4
commit 76f6a86de2
158 changed files with 199 additions and 199 deletions

View File

@@ -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 },