summaryrefslogtreecommitdiffstats
path: root/Android.mk
blob: 57a4bb9bb28581eafbc4b5e33dd6f1b9d4d95b0b (plain)
1
2
3
4
5
6
7
ifneq ($(filter msm8960 msm8660 msm7x30,$(TARGET_BOARD_PLATFORM)),)
ifneq ($(TARGET_QCOM_DISPLAY_VARIANT),legacy)

include $(call all-subdir-makefiles)

endif
endif