diff options
-rw-r--r-- | Android.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |