summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhansson <hansson@google.com>2018-02-21 18:20:44 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-02-21 18:20:44 +0100
commitbf52b7e00b63397d9c81b7f7ffa7a8b8799edd4a (patch)
tree93e4aae1014857447e12c9f5dccca17972cf40f1
parentMerge "Disable building libapplypatch on mac" (diff)
parentSet LOCAL_SDK_VERSION where possible. (diff)
downloadandroid_bootable_recovery-bf52b7e00b63397d9c81b7f7ffa7a8b8799edd4a.tar
android_bootable_recovery-bf52b7e00b63397d9c81b7f7ffa7a8b8799edd4a.tar.gz
android_bootable_recovery-bf52b7e00b63397d9c81b7f7ffa7a8b8799edd4a.tar.bz2
android_bootable_recovery-bf52b7e00b63397d9c81b7f7ffa7a8b8799edd4a.tar.lz
android_bootable_recovery-bf52b7e00b63397d9c81b7f7ffa7a8b8799edd4a.tar.xz
android_bootable_recovery-bf52b7e00b63397d9c81b7f7ffa7a8b8799edd4a.tar.zst
android_bootable_recovery-bf52b7e00b63397d9c81b7f7ffa7a8b8799edd4a.zip
-rw-r--r--tools/recovery_l10n/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/recovery_l10n/Android.mk b/tools/recovery_l10n/Android.mk
index 937abd1e1..7197c5c78 100644
--- a/tools/recovery_l10n/Android.mk
+++ b/tools/recovery_l10n/Android.mk
@@ -5,6 +5,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_PACKAGE_NAME := RecoveryLocalizer
+LOCAL_SDK_VERSION := current
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := $(call all-java-files-under, src)