Add odm_service_contexts support
Bug: 240609481 Test: build and boot Test: see build error upon invalid odm service contexts Change-Id: I14c2b681ec17ceef6d645219334ac741534a8009
This commit is contained in:
parent
7f9e57f296
commit
b4d8972d77
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ static const path_alts_t service_context_paths = { .paths = {
|
|||
{
|
||||
"/vendor/etc/selinux/vendor_service_contexts",
|
||||
"/vendor_service_contexts"
|
||||
},
|
||||
{
|
||||
"/odm/etc/selinux/odm_service_contexts",
|
||||
}
|
||||
}};
|
||||
|
||||
|
|
Loading…
Reference in a new issue