summaryrefslogtreecommitdiffstats
path: root/recovery
diff options
context:
space:
mode:
Diffstat (limited to 'recovery')
-rw-r--r--recovery/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/recovery/Android.mk b/recovery/Android.mk
index 1313f85..1427d84 100644
--- a/recovery/Android.mk
+++ b/recovery/Android.mk
@@ -1,3 +1,5 @@
+ifeq ($(TARGET_DEVICE),crespo)
+
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@@ -9,3 +11,5 @@ LOCAL_SRC_FILES := recovery_ui.c
LOCAL_MODULE := librecovery_ui_crespo
include $(BUILD_STATIC_LIBRARY)
+
+endif