summaryrefslogtreecommitdiffstats
path: root/cmds/bootanimation
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2013-12-11 22:08:05 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2013-12-11 22:08:05 +0000
commit411954aef072574676462f579847a01af0aed728 (patch)
treec21a4f7a2f671350a49ca2dce27927cf3458ec65 /cmds/bootanimation
parent851138fcee54877c9a2cc4102427a3ecc126bbea (diff)
parenta64163093e6e55f8bbb0153e783fb0ab635e9e60 (diff)
downloadframeworks_base-411954aef072574676462f579847a01af0aed728.zip
frameworks_base-411954aef072574676462f579847a01af0aed728.tar.gz
frameworks_base-411954aef072574676462f579847a01af0aed728.tar.bz2
am a6416309: am 1e137549: am efa5c88f: Merge "Don\'t try to set service.bootanim.exit"
* commit 'a64163093e6e55f8bbb0153e783fb0ab635e9e60': Don't try to set service.bootanim.exit
Diffstat (limited to 'cmds/bootanimation')
-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 7b4e6ee..5c265ab 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);