From bec405a7c25c26c42ad2136f257dfd41a2e03665 Mon Sep 17 00:00:00 2001 From: Juan Yescas Date: Thu, 28 Jul 2022 19:18:39 +0000 Subject: [PATCH] Add ro.boot.ddr_size sysprop to sepolicy srcs/android/sysprop/MemoryProperties.sysprop This property is populated by property service from the kernel command line parameter androidboot.ddr_size=XXXX. Vendors can set this command line option from the bootloader. Bug: 231718727 Test: n/a Change-Id: I3fb8a18125081b1a30dee715831f5701964cb375 --- private/property_contexts | 1 + 1 file changed, 1 insertion(+) diff --git a/private/property_contexts b/private/property_contexts index f3ed5c710..56c7743c6 100644 --- a/private/property_contexts +++ b/private/property_contexts @@ -794,6 +794,7 @@ ro.boot.bootdevice u:object_r:bootloader_prop:s0 exact string ro.boot.bootloader u:object_r:bootloader_prop:s0 exact string ro.boot.boottime u:object_r:bootloader_prop:s0 exact string ro.boot.console u:object_r:bootloader_prop:s0 exact string +ro.boot.ddr_size u:object_r:bootloader_prop:s0 exact string ro.boot.hardware u:object_r:bootloader_prop:s0 exact string ro.boot.hardware.color u:object_r:bootloader_prop:s0 exact string ro.boot.hardware.sku u:object_r:bootloader_prop:s0 exact string