summaryrefslogtreecommitdiff
path: root/cmds/bootanimation/BootAnimation.cpp
diff options
context:
space:
mode:
author Nick Kralevich <nnk@google.com> 2013-12-11 21:46:08 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2013-12-11 21:46:08 +0000
commitefa5c88f37165d02e3e11882026c7660c879ff61 (patch)
tree243a0d478a0cd7d28792c3ce879dbf0b200833b1 /cmds/bootanimation/BootAnimation.cpp
parentce3bd309b12e9552c05d5a59a06d7883618c5ca0 (diff)
parente58d09a5526338aa1f550a1c4111fe4d5028554d (diff)
Merge "Don't try to set service.bootanim.exit"
Diffstat (limited to 'cmds/bootanimation/BootAnimation.cpp')
-rw-r--r--cmds/bootanimation/BootAnimation.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmds/bootanimation/BootAnimation.cpp b/cmds/bootanimation/BootAnimation.cpp
index 7b4e6eed6094..5c265ab0ba1c 100644
--- a/cmds/bootanimation/BootAnimation.cpp
+++ b/cmds/bootanimation/BootAnimation.cpp
@@ -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);