From 66aab5c3bcbd8b4858700508b4482f20296c6fa0 Mon Sep 17 00:00:00 2001 From: Deokgyu Yang Date: Thu, 17 Feb 2022 10:16:16 +0900 Subject: [PATCH] gts3l-common: boardconfig: Enable partitions on loop devices This is used by the new "virtual disk" feature used by vold to help debug and test storage code on devices without physical media. Signed-off-by: Deokgyu Yang Change-Id: I89c9263f4d1843a751f39fb5c7d7d2150267a295 --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 5eb5ee3..2a1fd15 100755 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -42,7 +42,7 @@ TARGET_NO_BOOTLOADER := true # Kernel BOARD_KERNEL_BASE := 0x80000000 -BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom msm_rtb.filter=0x237 ehci-hcd.park=3 androidboot.bootdevice=7464900.sdhci lpm_levels.sleep_disabled=1 rcupdate.rcu_expedited=1 cma=32M@0-0xffffffff +BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom msm_rtb.filter=0x237 ehci-hcd.park=3 androidboot.bootdevice=7464900.sdhci lpm_levels.sleep_disabled=1 rcupdate.rcu_expedited=1 cma=32M@0-0xffffffff loop.max_part=7 BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb BOARD_KERNEL_PAGESIZE := 4096