summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhansson <hansson@google.com>2018-02-21 18:37:58 +0100
committerandroid-build-merger <android-build-merger@google.com>2018-02-21 18:37:58 +0100
commitb1ac1b8494741838984a50092fb45ab8b12e10e3 (patch)
tree65c894c3d19761a5dc2d629e607c13239e394701
parentMerge "Disable building libapplypatch on mac" am: c1e1d7e711 (diff)
parentMerge "Set LOCAL_SDK_VERSION where possible." (diff)
downloadandroid_bootable_recovery-b1ac1b8494741838984a50092fb45ab8b12e10e3.tar
android_bootable_recovery-b1ac1b8494741838984a50092fb45ab8b12e10e3.tar.gz
android_bootable_recovery-b1ac1b8494741838984a50092fb45ab8b12e10e3.tar.bz2
android_bootable_recovery-b1ac1b8494741838984a50092fb45ab8b12e10e3.tar.lz
android_bootable_recovery-b1ac1b8494741838984a50092fb45ab8b12e10e3.tar.xz
android_bootable_recovery-b1ac1b8494741838984a50092fb45ab8b12e10e3.tar.zst
android_bootable_recovery-b1ac1b8494741838984a50092fb45ab8b12e10e3.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)