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

Commit 77d84190 authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by The Android Open Source Project
Browse files

am a2a34a57: Merge change 1528 into donut

Merge commit 'a2a34a57'

* commit 'a2a34a57':
  should help fix the Simulator build.
parents 6a8d5332 a2a34a57
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -164,8 +164,8 @@ static pthread_key_t gEGLThreadLocalStorageKey = -1;

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

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

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