Skip to content
Snippets Groups Projects
Commit a47a1c25 authored by Bowgo Tsai's avatar Bowgo Tsai
Browse files

Mark some odm properties as vendor-init-settable

Bug: 64195575
Test: boot a device
Change-Id: I7f7deb5e2c5c6e0a75cf22eb610a7973b5be0d7e
parent 46bc518c
No related branches found
No related tags found
No related merge requests found
...@@ -251,10 +251,18 @@ ro.hardware.virtual_device u:object_r:exported_default_prop:s0 exact string ...@@ -251,10 +251,18 @@ ro.hardware.virtual_device u:object_r:exported_default_prop:s0 exact string
ro.hardware.vulkan u:object_r:exported_default_prop:s0 exact string ro.hardware.vulkan u:object_r:exported_default_prop:s0 exact string
ro.kernel.qemu u:object_r:exported_default_prop:s0 exact int ro.kernel.qemu u:object_r:exported_default_prop:s0 exact int
ro.kernel.qemu.gles u:object_r:exported_default_prop:s0 exact int ro.kernel.qemu.gles u:object_r:exported_default_prop:s0 exact int
ro.odm.build.date u:object_r:exported_default_prop:s0 exact string
ro.odm.build.date.utc u:object_r:exported_default_prop:s0 exact int
ro.odm.build.fingerprint u:object_r:exported_default_prop:s0 exact string
ro.product.board u:object_r:exported_default_prop:s0 exact string ro.product.board u:object_r:exported_default_prop:s0 exact string
ro.product.cpu.abilist32 u:object_r:exported_default_prop:s0 exact string ro.product.cpu.abilist32 u:object_r:exported_default_prop:s0 exact string
ro.product.cpu.abilist64 u:object_r:exported_default_prop:s0 exact string ro.product.cpu.abilist64 u:object_r:exported_default_prop:s0 exact string
ro.product.first_api_level u:object_r:exported_default_prop:s0 exact int ro.product.first_api_level u:object_r:exported_default_prop:s0 exact int
ro.product.odm.brand u:object_r:exported_default_prop:s0 exact string
ro.product.odm.device u:object_r:exported_default_prop:s0 exact string
ro.product.odm.manufacturer u:object_r:exported_default_prop:s0 exact string
ro.product.odm.model u:object_r:exported_default_prop:s0 exact string
ro.product.odm.name u:object_r:exported_default_prop:s0 exact string
ro.product.vendor.brand u:object_r:exported_default_prop:s0 exact string ro.product.vendor.brand u:object_r:exported_default_prop:s0 exact string
ro.product.vendor.device u:object_r:exported_default_prop:s0 exact string ro.product.vendor.device u:object_r:exported_default_prop:s0 exact string
ro.product.vendor.manufacturer u:object_r:exported_default_prop:s0 exact string ro.product.vendor.manufacturer u:object_r:exported_default_prop:s0 exact string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment