Navigation Menu

Skip to content

Commit

Permalink
Build setbtmac and create service
Browse files Browse the repository at this point in the history
  • Loading branch information
Daz Jones committed Jan 26, 2013
1 parent bb15783 commit 59ed2cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions device.mk
Expand Up @@ -39,6 +39,7 @@ PRODUCT_PACKAGES += \
# Other Packages
PRODUCT_PACKAGES += \
libgenlock \
setbtmac \
setwifimac \
dexpreopt \
make_ext4fs \
Expand Down
4 changes: 4 additions & 0 deletions ramdisk/init.huawei.rc
Expand Up @@ -236,6 +236,10 @@ service qmuxd /system/bin/qmuxd
service netmgrd /system/bin/netmgrd
class main

service setbtmac /system/bin/setbtmac
class main
oneshot

service setwifimac /system/bin/setwifimac
disabled
oneshot
Expand Down

0 comments on commit 59ed2cd

Please sign in to comment.