Fixup build barrier for 8974 common repo.
This commit is contained in:
parent
8eb37d439c
commit
28169c28aa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue