summaryrefslogtreecommitdiff
path: root/cmds/bootanimation/BootAnimation.cpp
diff options
context:
space:
mode:
author Nick Kralevich <nnk@google.com> 2013-12-11 13:53:29 -0800
committer Android Git Automerger <android-git-automerger@android.com> 2013-12-11 13:53:29 -0800
commit1e137549fea552377b53c642518af0201e85cafe (patch)
tree11679069194396503b35e299a58736c039e0781a /cmds/bootanimation/BootAnimation.cpp
parent5d819bef3f4bf97c87032cc403e859b1d0d6797a (diff)
parentefa5c88f37165d02e3e11882026c7660c879ff61 (diff)
am efa5c88f: Merge "Don\'t try to set service.bootanim.exit"
* commit 'efa5c88f37165d02e3e11882026c7660c879ff61': 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);