aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiulio Cervera <giulio.cervera@cyanogenmod.org>2014-11-28 19:49:44 +0100
committerGiulio Cervera <giulio.cervera@cyanogenmod.org>2014-11-28 19:50:46 +0100
commit7413f4b4d7cf865718b19bfddc2177c3a14c45f0 (patch)
treedeb5584715e3344e47238ca96e6624be6734bb33
parent5cd8ae934771e93b7c44773c44bdbec565f09e18 (diff)
move tad on system
Change-Id: I3839c7c678225c76155e037e6f9bdd6072de34f2
-rw-r--r--rootdir/init.qcom.rc2
-rw-r--r--shinano.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc
index 5035af9..9afb7a7 100644
--- a/rootdir/init.qcom.rc
+++ b/rootdir/init.qcom.rc
@@ -406,7 +406,7 @@ service qmuxd /system/bin/qmuxd
# SONY: TrimArea Daemon
# Last 2 args: start block(blk size 128k), number of blocks(partitionsize(kb)/128(kb))
-service tad_static /sbin/tad_static /dev/block/mmcblk0 1,16
+service tad_static /system/bin/tad_static /dev/block/mmcblk0 1,16
user root
group root
socket tad stream 0660 system system
diff --git a/shinano.mk b/shinano.mk
index c54fab7..273126c 100644
--- a/shinano.mk
+++ b/shinano.mk
@@ -53,7 +53,7 @@ PRODUCT_PACKAGES += \
# Sbin
PRODUCT_COPY_FILES += \
$(COMMON_PATH)/rootdir/charger:root/healthd \
- $(COMMON_PATH)/rootdir/sbin/tad_static:root/sbin/tad_static
+ $(COMMON_PATH)/rootdir/sbin/tad_static:system/bin/tad_static
# ANT+
PRODUCT_PACKAGES += \