Giulio Cervera | ecab29b | 2013-03-02 21:51:21 +0100 | [diff] [blame] | 1 | LOCAL_PATH := $(call my-dir) |
2 | |||||
3 | ifeq ($(BOARD_VENDOR),sony) | ||||
Adam Farden | 1ecefe8 | 2014-09-08 01:08:55 +0200 | [diff] [blame] | 4 | ifeq ($(call is-board-platform-in-list,msm8974 msm8960 msm8660 msm8226),true) |
Giulio Cervera | ecab29b | 2013-03-02 21:51:21 +0100 | [diff] [blame] | 5 | include $(call all-subdir-makefiles,$(LOCAL_PATH)) |
6 | endif | ||||
7 | endif |