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