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

Commit 743ec69e authored by Mathias Agopian's avatar Mathias Agopian Committed by Android (Google) Code Review
Browse files

Merge "fix a typo in EGL loader"

parents bdcf1fe2 b4ba50dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -161,7 +161,7 @@ Loader::Loader()
            if (sscanf(line, "%u %u %s", &dpy, &impl, tag) == 3) {
                //ALOGD(">>> %u %u %s", dpy, impl, tag);
                // We only load the h/w accelerated implementation
                if (tag != String8("android")) {
                if (String8("android") != tag) {
                    mDriverTag = tag;
                }
            }