OSDN Git Service

Write correct checksum when formatting partition
authorAndres Morales <anmorales@google.com>
Thu, 19 Mar 2015 15:34:55 +0000 (08:34 -0700)
committerAndres Morales <anmorales@google.com>
Thu, 19 Mar 2015 17:18:01 +0000 (17:18 +0000)
commitc8f952ce9f9cadc0d38745e455c0a6388bc68a47
tree5215eb2cfbad1d4230e52c6bc9363b7671f421aa
parentcbdfa09fc56995c8c99e8684b8c52e4f9d247a50
Write correct checksum when formatting partition

OEM unlock enabled bit is not computed in the checksum,
causing OEM Unlocking to be disabled after the second
reboot.

Bug: 19829441
Change-Id: I100bf5d3958b89323ee35b9e97b19c162209fcd7
services/core/java/com/android/server/PersistentDataBlockService.java