Make Volantis devices encryptable

Volantis SurfaceFlinger holds open a file on data partition.
SurfaceFlinger is not running when we trigger_default_encryption
but if we start it before starting defaultcrypto it locks open
data, so we can't unmount it.

It will start anyway when main starts, so not starting it here
is safe - it will just cause a 1-2 second delay in the graphics
appearing.

Change-Id: Idd546a578e62a24f999367b1407b37ad0f00f3a2
This commit is contained in:
Paul Lawrence 2014-04-17 10:12:08 -07:00
parent b0cb721fb3
commit 0aee64f614

View file

@ -400,7 +400,6 @@ on nonencrypted
class_start late_start
on property:vold.decrypt=trigger_default_encryption
start surfaceflinger
start defaultcrypto
on property:vold.decrypt=trigger_encryption