From 09ac25c953b4f4becd17cd58fa0b6eed796656ca Mon Sep 17 00:00:00 2001 From: codeworkx Date: Sat, 24 Mar 2012 20:08:42 +0100 Subject: Android.mk: only include makefiles if target device is crespo or crespo4g Change-Id: Id7b73712ae0fc3f6f8479e914643fc864c458956 --- Android.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index 8f1acc5..247d657 100644 --- a/Android.mk +++ b/Android.mk @@ -14,4 +14,6 @@ LOCAL_PATH := $(call my-dir) +ifneq ($(filter crespo crespo4g,$(TARGET_DEVICE)),) include $(call all-makefiles-under,$(LOCAL_PATH)) +endif -- cgit v1.1