diff options
-rw-r--r-- | Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk index 1b0b80323..cb904ac8d 100644 --- a/Android.mk +++ b/Android.mk @@ -1,4 +1,4 @@ -ifeq ($(TARGET_QCOM_DISPLAY_VARIANT),) +ifeq ($(call my-dir),$(call project-path-for,qcom-display)) ifneq ($(filter msm8974 msm8x74,$(TARGET_BOARD_PLATFORM)),) #This is for 8974 based platforms include $(call all-named-subdir-makefiles,msm8974) |