• Kevin Hester's avatar
    Exit boot animation cleanly. DO NOT MERGE · e7d85994
    Kevin Hester authored
    The desc.txt file can now mark parts as 'must finish cleanly' by using
    'c' as the part line prefix rather than 'p'.  If so indicated, if the
    bootanimation is asked to quit it will do so only after waiting to
    finish that part.
    
    I considered either making init.c service killing smarter or promoting
    bootanim to be a bindable service with a requestExit method.  However,
    these changes are probably too big/risky given our ship date.  So
    I used a property as a mailbox between SurfaceFlinger and bootanim.
    
    Change-Id: I40b219c9117c97c3fc94855059ea13fe4ceb3d2b
    e7d85994
BootAnimation.cpp 18.2 KB