Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc15153a authored by Aaron Okano's avatar Aaron Okano
Browse files

Declare flag for enabling RT inheritance within system_server

Flag: android.server.allow_system_server_inherit_rt
Bug: 397169625
Change-Id: I08c1f3794298f288b7a0f6e95d473971f5bf015c
parent 93fd7e40
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -95,3 +95,10 @@ flag {
     description: "Remove AdServicesManagerService from Wear"
     bug: "340928611"
}

flag {
    namespace: "wear_system_health"
    name: "allow_system_server_inherit_rt"
    description: "Allow enabling real-time priority inheritance for binder services within system_server"
    bug: "379851024"
}