summaryrefslogtreecommitdiffstats
path: root/tools/recovery_l10n/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-03-26 16:52:06 +0100
committerandroid-build-merger <android-build-merger@google.com>2016-03-26 16:52:06 +0100
commitc15adeb34c6e93aa9dbb22d2336e7873249ba8bb (patch)
tree60c1cb3feb34b030120e16e656eb450bc7effdc5 /tools/recovery_l10n/Android.mk
parentMerge "Skip stashing source blocks in verify mode" (diff)
parentMerge "Move recovery_l10n here from development/tools." (diff)
downloadandroid_bootable_recovery-c15adeb34c6e93aa9dbb22d2336e7873249ba8bb.tar
android_bootable_recovery-c15adeb34c6e93aa9dbb22d2336e7873249ba8bb.tar.gz
android_bootable_recovery-c15adeb34c6e93aa9dbb22d2336e7873249ba8bb.tar.bz2
android_bootable_recovery-c15adeb34c6e93aa9dbb22d2336e7873249ba8bb.tar.lz
android_bootable_recovery-c15adeb34c6e93aa9dbb22d2336e7873249ba8bb.tar.xz
android_bootable_recovery-c15adeb34c6e93aa9dbb22d2336e7873249ba8bb.tar.zst
android_bootable_recovery-c15adeb34c6e93aa9dbb22d2336e7873249ba8bb.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)