aboutsummaryrefslogtreecommitdiffstats
path: root/rmidevice/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'rmidevice/Android.mk')
-rw-r--r--rmidevice/Android.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/rmidevice/Android.mk b/rmidevice/Android.mk
deleted file mode 100644
index 3f075d7..0000000
--- a/rmidevice/Android.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_MODULE := rmidevice
-LOCAL_SRC_FILES := rmifunction.cpp rmidevice.cpp hiddevice.cpp
-LOCAL_CFLAGS := \
- -Wall -Werror \
- -Wno-unused-parameter \
-
-include $(BUILD_STATIC_LIBRARY)