summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index b66f4ca..d792280 100644
--- a/Android.mk
+++ b/Android.mk
@@ -25,4 +25,8 @@ LOCAL_PATH := $(call my-dir)
# if some modules are built directly from this directory (not subdirectories),
# their rules should be written here.
+ifeq ($(TARGET_DEVICE),maguro)
+
include $(call all-makefiles-under,$(LOCAL_PATH))
+
+endif