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
This commit is contained in:
parent
122f787b8a
commit
bec405a7c2
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue