OSDN Git Service

generic_x86: add faketsd android-x86-2.2-r2
authorChih-Wei Huang <cwhuang@linux.org.tw>
Sun, 26 Jun 2011 17:16:18 +0000 (01:16 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Sun, 26 Jun 2011 17:16:18 +0000 (01:16 +0800)
target/board/generic_x86/init.rc
target/product/generic_x86.mk

index 677c7a9..c7ff603 100644 (file)
@@ -432,6 +432,10 @@ service logcat /system/bin/logcat -v time -f /data/log.txt
     disabled
     oneshot
 
+service faketsd /system/bin/faketsd
+    user bluetooth
+    group bluetooth
+
 on property:gsm.sim.state=READY
     start ppp
 
index fe6b68b..de98470 100644 (file)
@@ -19,6 +19,7 @@ PRODUCT_PACKAGES := \
     Snake \
     SoundRecorder \
     VisualizationWallpapers \
+    faketsd \
     gralloc.mesa \
     i915_dri \
     i965_dri \