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

Commit 3264b607 authored by Andreas Gampe's avatar Andreas Gampe Committed by Android (Google) Code Review
Browse files

Merge "System server: Add Bluetooth to native processes" into nyc-dev

parents b742495c cf9e79b9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -73,6 +73,7 @@ public class Watchdog extends Thread {
        "/system/bin/surfaceflinger",
        "media.codec",     // system/bin/mediacodec
        "media.extractor", // system/bin/mediaextractor
        "com.android.bluetooth",  // Bluetooth service
    };

    static Watchdog sWatchdog;