ANDROID: GKI: build in a kernel command line of "rw"

The GKI ramdisk must be mounted rw in order to function with both
dedicated recovery partition and non-dedicated recovery partition
systems.

Bug: 171512004
Signed-off-by: Steve Muckle <smuckle@google.com>
Change-Id: Ib99aca13d4d78ae455ce14c7146a02f668b7e094
This commit is contained in:
Steve Muckle 2020-11-03 16:14:50 -08:00 committed by Alistair Delva
commit cc47b201a8
2 changed files with 4 additions and 0 deletions

View file

@ -57,6 +57,8 @@ CONFIG_SWP_EMULATION=y
CONFIG_CP15_BARRIER_EMULATION=y
CONFIG_SETEND_EMULATION=y
CONFIG_RANDOMIZE_BASE=y
CONFIG_CMDLINE="rw"
CONFIG_CMDLINE_EXTEND=y
# CONFIG_DMI is not set
CONFIG_PM_WAKELOCKS=y
CONFIG_PM_WAKELOCKS_LIMIT=0

View file

@ -52,6 +52,8 @@ CONFIG_HYPERVISOR_GUEST=y
CONFIG_PARAVIRT=y
CONFIG_NR_CPUS=32
CONFIG_EFI=y
CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE="rw"
CONFIG_PM_WAKELOCKS=y
CONFIG_PM_WAKELOCKS_LIMIT=0
# CONFIG_PM_WAKELOCKS_GC is not set