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

Commit 362298f1 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

am: 6c5b2b4a

* commit '6c5b2b4a':
  System server: Add Bluetooth to native processes

Change-Id: I21826ffc5bb92aa813ad5a2a422be39316ecfc62
parents 146b9dca 6c5b2b4a
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;