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

Commit 4fe55178 authored by William Escande's avatar William Escande Committed by Gerrit Code Review
Browse files

Merge changes Ic217f659,I61507e28 into main

* changes:
  Flag: avoid_static_loading_of_native
  Flag: add kill_instead_of_exit
parents 4afbd601 a61b75d2
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -19,6 +19,16 @@ flag {
    bug: "323060869"
}

flag {
    name: "avoid_static_loading_of_native"
    namespace: "bluetooth"
    description: "Prevent loading native during static initialization and prefer doing it during init"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
    bug: "339554081"
}

flag {
    name: "explicit_kill_from_system_server"
    namespace: "bluetooth"
@@ -36,6 +46,16 @@ flag {
    bug: "328698375"
}

flag {
    name: "kill_instead_of_exit"
    namespace: "bluetooth"
    description: "There is no value in pretending we are exiting properly. This is a kill and we should express it this way when finishing the process"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
    bug: "339553092"
}

flag {
    name: "system_server_messenger"
    namespace: "bluetooth"