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

Commit 2f5a887e 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 40d58071 f56ae199
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -182,7 +182,7 @@ getDirectBufferPointer(JNIEnv *_env, jobject buffer) {
            if (array) {
                releasePointer(_env, array, buf, 0);
            }
            buf = buf + offset;
            buf = (char*)buf + offset;
        } else {
            jniThrowException(_env, "java/lang/IllegalArgumentException",
                              "Must use a native order direct Buffer");