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