summaryrefslogtreecommitdiffstats
path: root/tools/recovery_l10n/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-03-23 05:18:58 +0100
committerElliott Hughes <enh@google.com>2016-03-26 16:45:51 +0100
commitcc79490fa83fe2dea6cbcd219751d346645ca7ec (patch)
treed7d67846b610ba695b62fefb1b60c7d923e7aa0c /tools/recovery_l10n/Android.mk
parentMerge "Skip stashing source blocks in verify mode" into nyc-dev (diff)
downloadandroid_bootable_recovery-cc79490fa83fe2dea6cbcd219751d346645ca7ec.tar
android_bootable_recovery-cc79490fa83fe2dea6cbcd219751d346645ca7ec.tar.gz
android_bootable_recovery-cc79490fa83fe2dea6cbcd219751d346645ca7ec.tar.bz2
android_bootable_recovery-cc79490fa83fe2dea6cbcd219751d346645ca7ec.tar.lz
android_bootable_recovery-cc79490fa83fe2dea6cbcd219751d346645ca7ec.tar.xz
android_bootable_recovery-cc79490fa83fe2dea6cbcd219751d346645ca7ec.tar.zst
android_bootable_recovery-cc79490fa83fe2dea6cbcd219751d346645ca7ec.zip
Diffstat (limited to 'tools/recovery_l10n/Android.mk')
-rw-r--r--tools/recovery_l10n/Android.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/recovery_l10n/Android.mk b/tools/recovery_l10n/Android.mk
new file mode 100644
index 000000000..937abd1e1
--- /dev/null
+++ b/tools/recovery_l10n/Android.mk
@@ -0,0 +1,12 @@
+# Copyright 2012 Google Inc. All Rights Reserved.
+
+LOCAL_PATH := $(call my-dir)
+
+include $(CLEAR_VARS)
+
+LOCAL_PACKAGE_NAME := RecoveryLocalizer
+LOCAL_MODULE_TAGS := optional
+
+LOCAL_SRC_FILES := $(call all-java-files-under, src)
+
+include $(BUILD_PACKAGE)