mako: Add mpdecision and thermald services

* mpdecision makes policy decisions to hotplug/hotremove cpus based
  on system load
* thermald monitors temperature sensors and scales system resources
  to prevent the device from getting to hot

Change-Id: I8a4a73b43701ad7ed555793347cbf9be301b08b9
diff --git a/init.mako.rc b/init.mako.rc
index 8dc3dae..ee059e9 100644
--- a/init.mako.rc
+++ b/init.mako.rc
@@ -647,3 +647,9 @@
     user root
     group root
     oneshot
+
+service thermald /system/bin/thermald
+    class main
+
+service mpdecision /system/bin/mpdecision --no_sleep --avg_comp
+    class main