--- android/Android.mk | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/android/Android.mk b/android/Android.mk index f91c581..afd6e9c 100644 --- a/android/Android.mk +++ b/android/Android.mk @@ -584,3 +584,30 @@ $(foreach file,$(include_files),$(shell cp -u $(file) $(include_path)/bluetooth) LOCAL_EXPORT_C_INCLUDE_DIRS := $(include_path) include $(BUILD_STATIC_LIBRARY) + +# +# avtest +# + +include $(CLEAR_VARS) + +LOCAL_SRC_FILES := \ + bluez/tools/avinfo.c \ + bluez/lib/bluetooth.c \ + bluez/lib/hci.c \ + +LOCAL_C_INCLUDES := \ + $(LOCAL_PATH)/bluez \ + +LOCAL_CFLAGS := $(BLUEZ_COMMON_CFLAGS) + +LOCAL_STATIC_LIBRARIES := \ + bluetooth-headers \ + +LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES) +LOCAL_MODULE_TAGS := debug +LOCAL_MODULE := avinfo + +LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/bluez/configure.ac + +include $(BUILD_EXECUTABLE) -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html