From 5721f8e2cd5a1b7cd47660135f73b0a48452e82a Mon Sep 17 00:00:00 2001 From: Patrick Tjin Date: Tue, 22 Jul 2014 12:04:27 -0700 Subject: Only bootstub for Moorefield targets Change-Id: I2bb9d42a7753ba363eaf7113406a4e489beb8549 --- Android.mk | 5 +++++ 1 file changed, 5 insertions(+) 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) -- cgit v1.2.3