summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 34fa75a..22b6e49 100644
--- a/Android.mk
+++ b/Android.mk
@@ -24,6 +24,7 @@ LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),p5110)
-include $(call all-makefiles-under,$(LOCAL_PATH))
+COMMON_P51XX_DIRS := liblights
+include $(foreach common_dirs,$(COMMON_P51XX_DIRS),device/samsung/p5100/$(common_dirs)/Android.mk)
endif