--- android/Android.mk | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/android/Android.mk b/android/Android.mk index e3a31c1..3b8d471 100644 --- a/android/Android.mk +++ b/android/Android.mk @@ -326,3 +326,25 @@ LOCAL_MODULE_TAGS := debug LOCAL_MODULE := btmgmt include $(BUILD_EXECUTABLE) + +# +# l2ping +# + +include $(CLEAR_VARS) + +LOCAL_SRC_FILES := \ + ../tools/l2ping.c \ + ../lib/bluetooth.c \ + ../lib/hci.c \ + +LOCAL_C_INCLUDES := \ + $(LOCAL_PATH)/../lib \ + +LOCAL_CFLAGS := $(BLUEZ_COMMON_CFLAGS) + +LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES) +LOCAL_MODULE_TAGS := debug +LOCAL_MODULE := l2ping + +include $(BUILD_EXECUTABLE) -- 1.8.5.2 -- 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