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

This commit is contained in:
Andreas Gampe
2016-05-13 16:27:57 +00:00
committed by Android (Google) Code Review

View File

@@ -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;