OSDN Git Service

Update Bluetooth configuration path.
authorJaikumar Ganesh <jaikumar@google.com>
Fri, 26 Feb 2010 02:19:58 +0000 (18:19 -0800)
committerJaikumar Ganesh <jaikumar@google.com>
Fri, 26 Feb 2010 02:19:58 +0000 (18:19 -0800)
audio/Android.mk
input/Android.mk
rfcomm/Android.mk
src/Android.mk

index 7f204fd..cc93441 100755 (executable)
@@ -23,7 +23,7 @@ LOCAL_SRC_FILES:= \
 LOCAL_CFLAGS:= \
        -DVERSION=\"4.47\" \
        -DSTORAGEDIR=\"/data/misc/bluetoothd\" \
-       -DCONFIGDIR=\"/etc/bluez\" \
+       -DCONFIGDIR=\"/etc/bluetooth\" \
        -DANDROID \
        -D__S_IFREG=0100000  # missing from bionic stat.h
 
index ce8b421..935afb9 100755 (executable)
@@ -14,7 +14,7 @@ LOCAL_SRC_FILES:= \
 LOCAL_CFLAGS:= \
        -DVERSION=\"4.47\" \
        -DSTORAGEDIR=\"/data/misc/bluetoothd\" \
-       -DCONFIGDIR=\"/etc/bluez\"
+       -DCONFIGDIR=\"/etc/bluetooth\"
 
 LOCAL_C_INCLUDES:= \
        $(LOCAL_PATH)/../include \
index c6bb00a..18e0f8f 100755 (executable)
@@ -9,7 +9,7 @@ LOCAL_SRC_FILES:= \
 
 LOCAL_CFLAGS:= \
        -DVERSION=\"4.47\" \
-       -DCONFIGDIR=\"/etc/bluez\" \
+       -DCONFIGDIR=\"/etc/bluetooth\" \
        -DNEED_PPOLL
 
 LOCAL_C_INCLUDES:= \
index 23135fa..504a272 100755 (executable)
@@ -27,7 +27,7 @@ LOCAL_SRC_FILES:= \
 LOCAL_CFLAGS:= \
        -DVERSION=\"4.47\" \
        -DSTORAGEDIR=\"/data/misc/bluetoothd\" \
-       -DCONFIGDIR=\"/etc/bluez\" \
+       -DCONFIGDIR=\"/etc/bluetooth\" \
        -DSERVICEDIR=\"/system/bin\" \
        -DPLUGINDIR=\"/system/lib/bluez-plugin\" \
        -DANDROID_SET_AID_AND_CAP \