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

Commit 6c5b2b4a 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: 9f768c34

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

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