commit | bf52b7e00b63397d9c81b7f7ffa7a8b8799edd4a | [log] [tgz] |
---|---|---|
author | hansson <hansson@google.com> | Wed Feb 21 17:20:44 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Feb 21 17:20:44 2018 +0000 |
tree | 93e4aae1014857447e12c9f5dccca17972cf40f1 | |
parent | c1e1d7e7112968e4941a1f2099b5c01c5b316bd4 [diff] | |
parent | 6cc499ae07129c0c7d75c4063bef29e88424afc9 [diff] |
Merge "Set LOCAL_SDK_VERSION where possible."
diff --git a/tools/recovery_l10n/Android.mk b/tools/recovery_l10n/Android.mk index 937abd1..7197c5c 100644 --- a/tools/recovery_l10n/Android.mk +++ b/tools/recovery_l10n/Android.mk
@@ -5,6 +5,7 @@ include $(CLEAR_VARS) LOCAL_PACKAGE_NAME := RecoveryLocalizer +LOCAL_SDK_VERSION := current LOCAL_MODULE_TAGS := optional LOCAL_SRC_FILES := $(call all-java-files-under, src)