am 1e137549: am efa5c88f: Merge "Don\'t try to set service.bootanim.exit"

* commit '1e137549fea552377b53c642518af0201e85cafe':
  Don't try to set service.bootanim.exit
This commit is contained in:
Nick Kralevich
2013-12-11 22:00:56 +00:00
committed by Android Git Automerger

View File

@@ -307,9 +307,6 @@ bool BootAnimation::threadLoop()
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);
eglDestroyContext(mDisplay, mContext);
eglDestroySurface(mDisplay, mSurface);