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:42:49 +0100
commit3d0153a807042dd1bdb7e9fd81d16429a205d9ce (patch)
treedf99c71a9f3a6717e148e429f8af1bd0e7ba6e2e /tools/recovery_l10n/Android.mk
parentMerge "Fix: full ota package larger than 2GB fails to upgrade" (diff)
downloadandroid_bootable_recovery-3d0153a807042dd1bdb7e9fd81d16429a205d9ce.tar
android_bootable_recovery-3d0153a807042dd1bdb7e9fd81d16429a205d9ce.tar.gz
android_bootable_recovery-3d0153a807042dd1bdb7e9fd81d16429a205d9ce.tar.bz2
android_bootable_recovery-3d0153a807042dd1bdb7e9fd81d16429a205d9ce.tar.lz
android_bootable_recovery-3d0153a807042dd1bdb7e9fd81d16429a205d9ce.tar.xz
android_bootable_recovery-3d0153a807042dd1bdb7e9fd81d16429a205d9ce.tar.zst
android_bootable_recovery-3d0153a807042dd1bdb7e9fd81d16429a205d9ce.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)