MA-14712 change androidboot.storage_type to androidboot.boot_device_root
authorJindong <jindong.yue@nxp.com>
Mon, 13 May 2019 10:10:25 +0000 (18:10 +0800)
committerfaqiang.zhu <faqiang.zhu@nxp.com>
Mon, 15 Jul 2019 07:11:27 +0000 (15:11 +0800)
commitdb441a89a090c46149457ee29492bc315c2bdfa9
tree7ab920f63c51bee3a7d3ab316fc45dfa3b460157
parent20fdf8ba1104fe13657a29f4c92cdce4a0aa1323
MA-14712 change androidboot.storage_type to androidboot.boot_device_root

storage_type is emmc or sd, which is not friendly
for user space, for example android health HAL need access
/sys/block/mmcblkX/stat.

Replace it with mmcblkX named as boot_device_root.
(Keep storage_type for compatibility now)

Change-Id: I7486d522696e9fe3dde8bdc8834ac11d25df7d79
Signed-off-by: Jindong <jindong.yue@nxp.com>
common/image-android.c