aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaikumar Ganesh <jaikumar@google.com>2011-05-25 10:09:56 -0700
committerJaikumar Ganesh <jaikumar@google.com>2011-05-25 11:51:57 -0700
commit42d618a69af838356edc566d124b39c405da9495 (patch)
tree74c8603068a669d6e770999c822ab34211a421cd
parent227db5670023d58cf50779e64351d8762a52d443 (diff)
downloadbluez-42d618a69af838356edc566d124b39c405da9495.tar.gz
Temporary changes till attrib is made an independent plugin.
Change-Id: I03f277e6ed28538bb1618b6161994459efaa4d1b
-rwxr-xr-xsrc/Android.mk9
-rw-r--r--src/device.c2
2 files changed, 9 insertions, 2 deletions
diff --git a/src/Android.mk b/src/Android.mk
index 621371b7..daa86b54 100755
--- a/src/Android.mk
+++ b/src/Android.mk
@@ -29,7 +29,13 @@ LOCAL_SRC_FILES:= \
sdpd-database.c \
sdp-xml.c \
storage.c \
- textfile.c
+ textfile.c \
+ attrib-server.c \
+ ../attrib/att.c \
+ ../attrib/client.c \
+ ../attrib/gatt.c \
+ ../attrib/gattrib.c \
+ ../attrib/utils.c \
LOCAL_CFLAGS:= \
-DVERSION=\"4.93\" \
@@ -47,6 +53,7 @@ LOCAL_CFLAGS += \
endif
LOCAL_C_INCLUDES:= \
+ $(LOCAL_PATH)/../attrib \
$(LOCAL_PATH)/../btio \
$(LOCAL_PATH)/../lib \
$(LOCAL_PATH)/../gdbus \
diff --git a/src/device.c b/src/device.c
index c7ab44af..fba43d9d 100644
--- a/src/device.c
+++ b/src/device.c
@@ -60,7 +60,7 @@
#include "sdp-xml.h"
#include "storage.h"
#include "btio.h"
-#include "attrib/client.h"
+#include "../attrib/client.h"
#define DISCONNECT_TIMER 2
#define DISCOVERY_TIMER 2