Add new apexd.status value of "activated".
- Cherry-pick of aosp/1228660 As of aosp/1224611, there is a new step in the preparation of APEXes where init calls back into apexd after DE user data is unencrypted to allow DE apex data to be snapshotted or restored. This adds a new enum value for the apexd.status property to allow this status to be described. Bug: 148672144 Test: build & flash, check boot completes and check in logs that the correct status values are set. Merged-In: I7effcf16280eabcd5b9a0d70d33bd34d79121312 Change-Id: Ibe023ac0155419f2dfa8b1d5ce4c1e2a6ca87277
This commit is contained in:
parent
c2e570f8dd
commit
c8fcff6bfe
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ wlan.driver.status u:object_r:exported_wifi_prop:s0 exact enum ok unloaded
|
|||
zram.force_writeback u:object_r:exported3_default_prop:s0 exact bool
|
||||
|
||||
# vendor-init-readable
|
||||
apexd.status u:object_r:apexd_prop:s0 exact enum starting ready
|
||||
apexd.status u:object_r:apexd_prop:s0 exact enum starting activated ready
|
||||
dev.bootcomplete u:object_r:exported3_system_prop:s0 exact bool
|
||||
persist.sys.device_provisioned u:object_r:exported3_system_prop:s0 exact string
|
||||
persist.sys.theme u:object_r:theme_prop:s0 exact string
|
||||
|
|
Loading…
Reference in a new issue