Add ro.boot.microdroid.app_debuggable
This property is set in the bootconfig to reflect the debuggability of the payload app. It is consumed microdroid_manager as a DICE input and by compos to make choices based on the debuggability, e.g. not doing test builds in non-debug states. Bug: 219740340 Test: atest ComposHostTestCases Test: atest MicrodroidTests Change-Id: If84710f1fdbab957f5d19ce6ba3daad7e3e65935
This commit is contained in:
parent
ba8615a186
commit
b13117f3ba
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ ro.boot.first_stage_console u:object_r:bootloader_prop:s0 exact string
|
|||
ro.boot.force_normal_boot u:object_r:bootloader_prop:s0 exact string
|
||||
ro.boot.hardware u:object_r:bootloader_prop:s0 exact string
|
||||
ro.boot.logd.enabled u:object_r:bootloader_prop:s0 exact bool
|
||||
ro.boot.microdroid.app_debuggable u:object_r:bootloader_prop:s0 exact bool
|
||||
ro.boot.microdroid.debuggable u:object_r:bootloader_prop:s0 exact bool
|
||||
ro.boot.slot_suffix u:object_r:bootloader_prop:s0 exact string
|
||||
ro.boot.vbmeta.avb_version u:object_r:bootloader_prop:s0 exact string
|
||||
|
|
Loading…
Reference in a new issue