summaryrefslogtreecommitdiffstats
path: root/PicoLangInstallerEngGbr/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'PicoLangInstallerEngGbr/Android.mk')
-rwxr-xr-xPicoLangInstallerEngGbr/Android.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/PicoLangInstallerEngGbr/Android.mk b/PicoLangInstallerEngGbr/Android.mk
new file mode 100755
index 0000000..a1c529f
--- /dev/null
+++ b/PicoLangInstallerEngGbr/Android.mk
@@ -0,0 +1,8 @@
+LOCAL_PATH:= $(call my-dir)
+include $(CLEAR_VARS)
+
+LOCAL_SRC_FILES := $(call all-subdir-java-files)
+
+LOCAL_PACKAGE_NAME := PicoLangInstaller
+
+include $(BUILD_PACKAGE)