summaryrefslogtreecommitdiffstats
path: root/recovery
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2011-06-22 16:08:29 -0700
committerDoug Zongker <dougz@android.com>2011-06-22 16:08:29 -0700
commit14a9143382d7829fb0230d317937220f0c0682b1 (patch)
tree69370638ca0da8bd367c045ad62c90cd4f914d68 /recovery
parentd5c86ab94c6a53783a9a1cc7dca02674e338d6dd (diff)
downloaddevice_samsung_tuna-14a9143382d7829fb0230d317937220f0c0682b1.zip
device_samsung_tuna-14a9143382d7829fb0230d317937220f0c0682b1.tar.gz
device_samsung_tuna-14a9143382d7829fb0230d317937220f0c0682b1.tar.bz2
need to build librecovery_ui_tuna for all tuna-derived devices
Change-Id: I389f8064e8c1c563ac916bba61d3600a3a25d1b0
Diffstat (limited to 'recovery')
-rw-r--r--recovery/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery/Android.mk b/recovery/Android.mk
index 9e6b177..375424c 100644
--- a/recovery/Android.mk
+++ b/recovery/Android.mk
@@ -1,4 +1,4 @@
-ifeq ($(TARGET_DEVICE),tuna)
+ifneq (,$(findstring $(TARGET_DEVICE),tuna toro maguro))
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)