summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recovery/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery/Android.mk b/recovery/Android.mk
index 2fc8313..c361c2b 100644
--- a/recovery/Android.mk
+++ b/recovery/Android.mk
@@ -1,4 +1,4 @@
-ifneq (,$(findstring $(TARGET_DEVICE),tuna toro torospr maguro))
+ifneq (,$(findstring $(TARGET_DEVICE),tuna toro torospr maguro toroplus))
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)