Fixup build barrier for 8974 common repo.

This commit is contained in:
slayher 2014-05-18 23:40:22 -04:00
parent 8eb37d439c
commit 28169c28aa

View file

@ -23,7 +23,7 @@
LOCAL_PATH := $(call my-dir) LOCAL_PATH := $(call my-dir)
ifeq ($(BOARD_VENDOR),samsung) ifeq ($(BOARD_VENDOR),samsung)
ifneq ($(filter msm8974 msm8960,$(TARGET_BOARD_PLATFORM)),) ifeq ($(TARGET_BOARD_PLATFORM),msm8974)
include $(call all-subdir-makefiles,$(LOCAL_PATH)) include $(call all-subdir-makefiles,$(LOCAL_PATH))
endif endif
endif endif