From 7413f4b4d7cf865718b19bfddc2177c3a14c45f0 Mon Sep 17 00:00:00 2001 From: Giulio Cervera Date: Fri, 28 Nov 2014 19:49:44 +0100 Subject: move tad on system Change-Id: I3839c7c678225c76155e037e6f9bdd6072de34f2 --- rootdir/init.qcom.rc | 2 +- shinano.mk | 2 +- 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 += \ -- cgit v1.2.3