diff options
Diffstat (limited to 'recovery')
-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 1427d84..2100f3d 100644 --- a/recovery/Android.mk +++ b/recovery/Android.mk @@ -1,4 +1,4 @@ -ifeq ($(TARGET_DEVICE),crespo) +ifneq ($(filter crespo crespo4g,$(TARGET_DEVICE)),) LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) |