diff options
author | Anton Hansson <hansson@google.com> | 2018-02-21 15:11:02 +0100 |
---|---|---|
committer | Anton Hansson <hansson@google.com> | 2018-02-21 15:11:02 +0100 |
commit | 6cc499ae07129c0c7d75c4063bef29e88424afc9 (patch) | |
tree | 93e4aae1014857447e12c9f5dccca17972cf40f1 | |
parent | Merge "Disable building libapplypatch on mac" (diff) | |
download | android_bootable_recovery-6cc499ae07129c0c7d75c4063bef29e88424afc9.tar android_bootable_recovery-6cc499ae07129c0c7d75c4063bef29e88424afc9.tar.gz android_bootable_recovery-6cc499ae07129c0c7d75c4063bef29e88424afc9.tar.bz2 android_bootable_recovery-6cc499ae07129c0c7d75c4063bef29e88424afc9.tar.lz android_bootable_recovery-6cc499ae07129c0c7d75c4063bef29e88424afc9.tar.xz android_bootable_recovery-6cc499ae07129c0c7d75c4063bef29e88424afc9.tar.zst android_bootable_recovery-6cc499ae07129c0c7d75c4063bef29e88424afc9.zip |
Diffstat (limited to '')
-rw-r--r-- | tools/recovery_l10n/Android.mk | 1 |
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) |