Merge "Don't try to set service.bootanim.exit"
This commit is contained in:
@ -307,9 +307,6 @@ bool BootAnimation::threadLoop()
|
|||||||
r = movie();
|
r = movie();
|
||||||
}
|
}
|
||||||
|
|
||||||
// No need to force exit anymore
|
|
||||||
property_set(EXIT_PROP_NAME, "0");
|
|
||||||
|
|
||||||
eglMakeCurrent(mDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
|
eglMakeCurrent(mDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
|
||||||
eglDestroyContext(mDisplay, mContext);
|
eglDestroyContext(mDisplay, mContext);
|
||||||
eglDestroySurface(mDisplay, mSurface);
|
eglDestroySurface(mDisplay, mSurface);
|
||||||
|
Reference in New Issue
Block a user