summaryrefslogtreecommitdiffstats
path: root/tools/recovery_l10n/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-03-26 16:45:24 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-03-26 16:45:24 +0100
commit2dbd06c7ed9e753439fb2c0e17d11ca6323e5157 (patch)
tree660f8f2dcdc64c1ccaa0665463e275fe9dd16a31 /tools/recovery_l10n/Android.mk
parentMerge "Skip stashing source blocks in verify mode" (diff)
parentMove recovery_l10n here from development/tools. (diff)
downloadandroid_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.tar
android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.tar.gz
android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.tar.bz2
android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.tar.lz
android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.tar.xz
android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.tar.zst
android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.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)