diff options
| author | Jason Riordan <jriordan001@gmail.com> | 2016-02-02 19:38:25 -0500 |
|---|---|---|
| committer | Christopher R. Palmer <crpalmer@gmail.com> | 2016-02-04 06:25:32 -0500 |
| commit | 4c89187d5cc47fa4ad609b5105505f6931374f47 (patch) | |
| tree | 99a138a862dbf269dfffd11374f30cce11ae9124 /rootdir | |
| parent | a1129066fc4dad9cc4dfc9aaae80b832892eb50d (diff) | |
mofd-common: move thermald to system/bin
Change-Id: If96ffda1e236a3612b51b1419f20cee34472a816
Diffstat (limited to 'rootdir')
| -rw-r--r-- | rootdir/Android.mk | 8 | ||||
| -rwxr-xr-x | rootdir/etc/init.common.rc | 2 | ||||
| -rwxr-xr-x | rootdir/sbin/thermald | bin | 358024 -> 0 bytes |
3 files changed, 1 insertions, 9 deletions
diff --git a/rootdir/Android.mk b/rootdir/Android.mk index 7612f09..7e96fe9 100644 --- a/rootdir/Android.mk +++ b/rootdir/Android.mk @@ -207,11 +207,3 @@ LOCAL_MODULE_CLASS := ETC LOCAL_SRC_FILES := etc/ueventd.mofd_v1.rc LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT) include $(BUILD_PREBUILT) - -include $(CLEAR_VARS) -LOCAL_MODULE := thermald -LOCAL_MODULE_TAGS := optional eng -LOCAL_MODULE_CLASS := ETC -LOCAL_SRC_FILES := sbin/thermald -LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)/sbin -include $(BUILD_PREBUILT) diff --git a/rootdir/etc/init.common.rc b/rootdir/etc/init.common.rc index 1d061ce..7b57852 100755 --- a/rootdir/etc/init.common.rc +++ b/rootdir/etc/init.common.rc @@ -164,7 +164,7 @@ on charger trigger firmware_mounts_complete -service thermald /sbin/thermald +service thermald /system/bin/thermald class core oneshot disabled diff --git a/rootdir/sbin/thermald b/rootdir/sbin/thermald Binary files differdeleted file mode 100755 index b32049c..0000000 --- a/rootdir/sbin/thermald +++ /dev/null |
