commit | 7a565599073bbda21b57dea743851931f8db6009 | [log] [tgz] |
---|---|---|
author | Steve Kondik <shade@chemlab.org> | Wed Feb 06 22:39:21 2013 -0800 |
committer | Steve Kondik <shade@chemlab.org> | Wed Feb 06 23:08:44 2013 -0800 |
tree | 208d8d6635bfeeceb4b298df2afebeaca297a5b2 | |
parent | bbcec9296608f7dcf3c5360aa9be90a9c03300ef [diff] [blame] |
celox-common: Moving shared rc files to msm8660-common * Also add guard to Android.mk to prevent duplicate modules. Change-Id: I589f3aa5f8f5535c501b382ace3e115c87d51643
diff --git a/Android.mk b/Android.mk index 601d3bd..eee7e20 100644 --- a/Android.mk +++ b/Android.mk
@@ -1,7 +1,9 @@ LOCAL_PATH := $(call my-dir) ifeq ($(BOARD_VENDOR),samsung) +ifeq ($(BOARD_FAMILY),celox) ifeq ($(TARGET_BOARD_PLATFORM),msm8660) include $(call all-subdir-makefiles,$(LOCAL_PATH)) endif endif +endif