summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2013-08-10 05:16:28 -0700
committerKoushik Dutta <koushd@gmail.com>2013-08-10 05:16:28 -0700
commit01b5479a1e9fb44cb7e08eadb060522c620f314c (patch)
tree4cce3560b32270e9c99c5ea1d8bf2fab1a17edf2
parenta38f718fa6f62e6a0fc84b40f1a3c39b23c9e4cb (diff)
downloadandroid_external_libphonenumbergoogle-01b5479a1e9fb44cb7e08eadb060522c620f314c.tar.gz
android_external_libphonenumbergoogle-01b5479a1e9fb44cb7e08eadb060522c620f314c.tar.bz2
android_external_libphonenumbergoogle-01b5479a1e9fb44cb7e08eadb060522c620f314c.zip
-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)