aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/Android.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/Android.mk b/app/Android.mk
new file mode 100644
index 0000000..d42ed83
--- /dev/null
+++ b/app/Android.mk
@@ -0,0 +1,14 @@
+LOCAL_PATH:= $(call my-dir)
+
+include $(CLEAR_VARS)
+
+LOCAL_MODULE_TAGS := optional
+
+LOCAL_SRC_FILES := $(call all-java-files-under, src)
+
+LOCAL_RESOURCE_DIR += \
+ $(LOCAL_PATH)/res
+
+LOCAL_PACKAGE_NAME := RepWifi
+
+include $(BUILD_PACKAGE)