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

Commit a61b75d2 authored by William Escande's avatar William Escande
Browse files

Flag: avoid_static_loading_of_native

Bug: 339554081
Bug: 315241296
Test: None
Flag: com.android.bluetooth.flags.avoid_static_loading_of_native
Change-Id: Ic217f65936cd47ad2eb06f5270b0195228b144cc
parent 37fbc670
Loading
Loading
Loading
Loading
+10 −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"