aboutsummaryrefslogtreecommitdiff
path: root/core/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/Android.mk')
-rw-r--r--core/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/Android.mk b/core/Android.mk
new file mode 100644
index 000000000..b4027ede8
--- /dev/null
+++ b/core/Android.mk
@@ -0,0 +1,4 @@
+LOCAL_PATH:= $(call my-dir)
+include $(CLEAR_VARS)
+LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := zxing-core-1.7:core.jar
+include $(BUILD_MULTI_PREBUILT)