summaryrefslogtreecommitdiffstats
path: root/cmds/bootanimation
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2013-12-11 23:05:00 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2013-12-11 23:05:00 +0000
commit362028d6321468ff598a93df7b2ca0dbfcf3405a (patch)
tree68858ce6d44acf28ca52f18a44ed52430dcafe63 /cmds/bootanimation
parent8883bebd0fd32ca9183bbda6a9fe0f7f163964dd (diff)
parent411954aef072574676462f579847a01af0aed728 (diff)
downloadframeworks_base-362028d6321468ff598a93df7b2ca0dbfcf3405a.zip
frameworks_base-362028d6321468ff598a93df7b2ca0dbfcf3405a.tar.gz
frameworks_base-362028d6321468ff598a93df7b2ca0dbfcf3405a.tar.bz2
am 411954ae: am a6416309: am 1e137549: am efa5c88f: Merge "Don\'t try to set service.bootanim.exit"
* commit '411954aef072574676462f579847a01af0aed728': 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 9085dc3..a7ced44 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);