diff options
-rw-r--r-- | recovery/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery/Android.mk b/recovery/Android.mk index e1bdfa8..770feee 100644 --- a/recovery/Android.mk +++ b/recovery/Android.mk @@ -1,4 +1,4 @@ -ifneq (,$(findstring $(TARGET_DEVICE),tuna toro maguro)) +ifneq (,$(findstring $(TARGET_DEVICE),tuna toro torospr maguro)) LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) |