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

Commit fe0d7d79 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 1528 into donut

* changes:
  should help fix the Simulator build.
parents 51a827c8 eccc8cfb
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -164,8 +164,8 @@ static pthread_key_t gEGLThreadLocalStorageKey = -1;


// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------


gl_hooks_t gHooks[IMPL_NUM_IMPLEMENTATIONS];
EGLAPI gl_hooks_t gHooks[IMPL_NUM_IMPLEMENTATIONS];
pthread_key_t gGLWrapperKey = -1;
EGLAPI pthread_key_t gGLWrapperKey = -1;


// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------