summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAjay Panicker <apanicke@google.com>2016-09-22 21:56:37 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-09-22 21:56:37 +0000
commit6959e243c878606565685573e939c75cfd865e50 (patch)
tree1c2b1b439a920b0ccd3d5ec77bec674496ec26b0
parent2fb3742a209f6c163d41ae625928df038aacc2d1 (diff)
parent740cf21c1d3dba695729f39dbe0933d4cc7ad2d2 (diff)
downloadfugu-6959e243c878606565685573e939c75cfd865e50.tar.gz
Remove net_bt_stack group and replace it with bluetooth am: 5740a1ad32 am: 8d15f54e16
am: 740cf21c1d Change-Id: I86b390b5a7e0cd248a98aaab70b3284c7101b222
-rw-r--r--init.fugu.rc6
-rw-r--r--ueventd.fugu.rc2
2 files changed, 4 insertions, 4 deletions
diff --git a/init.fugu.rc b/init.fugu.rc
index aec9259..7106538 100644
--- a/init.fugu.rc
+++ b/init.fugu.rc
@@ -127,8 +127,8 @@ on post-fs-data
# Bluetooth
setprop ro.bt.bdaddr_path "/factory/bt/bd_addr.conf"
chmod 0660 /sys/class/rfkill/rfkill2/state
- chown bluetooth net_bt_stack /sys/class/rfkill/rfkill2/state
- chown bluetooth net_bt_stack /sys/class/rfkill/rfkill2/type
+ chown bluetooth bluetooth /sys/class/rfkill/rfkill2/state
+ chown bluetooth bluetooth /sys/class/rfkill/rfkill2/type
# Create directory used by audio subsystem
mkdir /data/misc/audio 0770 audio audio
@@ -199,7 +199,7 @@ service wpa_supplicant /system/bin/wpa_supplicant \
# Bluetooth related services
service BtFwLoader /system/bin/BtFwLoader
class main
- group bluetooth net_bt_stack
+ group bluetooth
user bluetooth
oneshot
diff --git a/ueventd.fugu.rc b/ueventd.fugu.rc
index 9331048..be1139e 100644
--- a/ueventd.fugu.rc
+++ b/ueventd.fugu.rc
@@ -1,4 +1,4 @@
-/dev/ttyMFD0 0660 bluetooth net_bt_stack
+/dev/ttyMFD0 0660 bluetooth bluetooth
# Android sync framework sw driver
/dev/dri/card0 0666 system system