blob: f9bef073bf55fd03f72e4bbae8e6b9868cfd3a5d [file] [log] [blame]
Giulio Cerveraecab29b2013-03-02 21:51:21 +01001LOCAL_PATH := $(call my-dir)
2
3ifeq ($(BOARD_VENDOR),sony)
Adam Farden1ecefe82014-09-08 01:08:55 +02004ifeq ($(call is-board-platform-in-list,msm8974 msm8960 msm8660 msm8226),true)
Giulio Cerveraecab29b2013-03-02 21:51:21 +01005 include $(call all-subdir-makefiles,$(LOCAL_PATH))
6endif
7endif