From dfaa860073234e0484a01ce9ac48317f0c294d8e Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Thu, 31 May 2018 13:07:13 -0700 Subject: [PATCH] androidboot.lrap => logical_partitions Test: boots with prototype Bug: 79885414 Change-Id: I63c4d7a4b69d84809700cc71eee8ece33c365e9e --- core/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.mk b/core/config.mk index 04dca0f30..925b3484c 100644 --- a/core/config.mk +++ b/core/config.mk @@ -923,7 +923,7 @@ endif .KATI_READONLY := USE_LOGICAL_PARTITIONS ifeq ($(USE_LOGICAL_PARTITIONS),true) - BOARD_KERNEL_CMDLINE += androidboot.lrap=1 + BOARD_KERNEL_CMDLINE += androidboot.logical_partitions=1 endif # ###############################################################