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

Commit 39ef463f 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

am: 9a2ecb30

* commit '9a2ecb30':
  System server: Add Bluetooth to native processes

Change-Id: I7224e42c874c23d74dd86ba3cc1cb5ed80f4e51f
parents 32ec698d 9a2ecb30
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;