diff options
| author | Christopher R. Palmer <crpalmer@gmail.com> | 2016-02-01 17:22:45 -0500 |
|---|---|---|
| committer | Christopher R. Palmer <crpalmer@gmail.com> | 2016-02-02 14:57:49 -0500 |
| commit | a1129066fc4dad9cc4dfc9aaae80b832892eb50d (patch) | |
| tree | cfa85e2993110c0dbae501ae8e9d32b7d0e5b138 /rootdir | |
| parent | 5ed497c22ad2b8bfa8941da054d01f3548e73194 (diff) | |
mofd-common: Move intel_prop to /system/bin
Change-Id: Ibff87d9161dd0169c9883f2ff47ae88e7a8b387c
Diffstat (limited to 'rootdir')
| -rw-r--r-- | rootdir/Android.mk | 8 | ||||
| -rwxr-xr-x | rootdir/etc/init.firmware.rc | 2 | ||||
| -rwxr-xr-x | rootdir/sbin/intel_prop | bin | 361960 -> 0 bytes |
3 files changed, 1 insertions, 9 deletions
diff --git a/rootdir/Android.mk b/rootdir/Android.mk index 0525c8d..7612f09 100644 --- a/rootdir/Android.mk +++ b/rootdir/Android.mk @@ -209,14 +209,6 @@ LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT) include $(BUILD_PREBUILT) include $(CLEAR_VARS) -LOCAL_MODULE := intel_prop -LOCAL_MODULE_TAGS := optional eng -LOCAL_MODULE_CLASS := ETC -LOCAL_SRC_FILES := sbin/intel_prop -LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)/sbin -include $(BUILD_PREBUILT) - -include $(CLEAR_VARS) LOCAL_MODULE := thermald LOCAL_MODULE_TAGS := optional eng LOCAL_MODULE_CLASS := ETC diff --git a/rootdir/etc/init.firmware.rc b/rootdir/etc/init.firmware.rc index 9e7d17a..1dddec3 100755 --- a/rootdir/etc/init.firmware.rc +++ b/rootdir/etc/init.firmware.rc @@ -1,6 +1,6 @@ on boot start intel_prop -service intel_prop /sbin/intel_prop +service intel_prop /system/bin/intel_prop oneshot #seclabel u:r:intel_prop:s0 diff --git a/rootdir/sbin/intel_prop b/rootdir/sbin/intel_prop Binary files differdeleted file mode 100755 index 43b9cc6..0000000 --- a/rootdir/sbin/intel_prop +++ /dev/null |
