summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index a8ab4d8..e90bb6c 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,4 +1,7 @@
LOCAL_PATH := $(call my-dir)
+
+ifeq ($(TARGET_BOARD_PLATFORM),moorefield)
+
include $(CLEAR_VARS)
# First compile bootstub.bin
@@ -105,3 +108,5 @@ CHECK_BOOTSTUB_AOSP_SIZE : $(bootstub_aosp_bin)
$(bootstub_aosp_full) : CHECK_BOOTSTUB_AOSP_SIZE
@echo "Generating bootstub $@"
$(hide) cat $(bootstub_aosp_bin) /dev/zero | dd bs=$(BOOTSTUB_SIZE) count=1 > $@
+
+endif #($(TARGET_BOARD_PLATFORM),moorefield)