summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--java/libphonenumber/Android.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/java/libphonenumber/Android.mk b/java/libphonenumber/Android.mk
new file mode 100644
index 0000000..e214fdf
--- /dev/null
+++ b/java/libphonenumber/Android.mk
@@ -0,0 +1,10 @@
+LOCAL_PATH := $(call my-dir)
+
+include $(CLEAR_VARS)
+
+LOCAL_MODULE := libphonenumbergoogle
+LOCAL_SDK_VERSION := 8
+LOCAL_SRC_FILES := $(call all-java-files-under, src)
+LOCAL_JAVA_RESOURCE_DIRS := src
+
+include $(BUILD_STATIC_JAVA_LIBRARY)