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

Commit 9b0d5ffb authored by Narayan Kamath's avatar Narayan Kamath Committed by Android Git Automerger
Browse files

am f56ae199: Merge "Update GLES codegen to be in sync with frameworks/base"

* commit 'f56ae199':
  Update GLES codegen to be in sync with frameworks/base
parents 361d9df3 f56ae199
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -182,7 +182,7 @@ getDirectBufferPointer(JNIEnv *_env, jobject buffer) {
            if (array) {
            if (array) {
                releasePointer(_env, array, buf, 0);
                releasePointer(_env, array, buf, 0);
            }
            }
            buf = buf + offset;
            buf = (char*)buf + offset;
        } else {
        } else {
            jniThrowException(_env, "java/lang/IllegalArgumentException",
            jniThrowException(_env, "java/lang/IllegalArgumentException",
                              "Must use a native order direct Buffer");
                              "Must use a native order direct Buffer");