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

Commit 9a2ecb30 authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

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

am: 3264b607

* commit '3264b607':
  System server: Add Bluetooth to native processes

Change-Id: I8bbeb967bd7ce4867399099f9d945fb2108b9909
parents 771d9fe0 3264b607
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;