summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorPatrick Tjin <pattjin@google.com>2015-03-12 09:30:21 -0700
committerPatrick Tjin <pattjin@google.com>2015-03-12 09:30:21 -0700
commit054df959aef7dce630a7f41d4aba6626c130756b (patch)
treec0ef2bc5b2210851365c3762c688ffefea41d236 /Android.mk
parent4ee9ce6a957fbecdc26c9732b6483cc6c5967eea (diff)
downloadplatform_hardware_qcom_display-054df959aef7dce630a7f41d4aba6626c130756b.tar.gz
platform_hardware_qcom_display-054df959aef7dce630a7f41d4aba6626c130756b.tar.bz2
platform_hardware_qcom_display-054df959aef7dce630a7f41d4aba6626c130756b.zip
msm8994: import msm8994/msm8992 display code
AU_LINUX_ANDROID_LA.BF64.1.2.1_RB1.05.00.00.019.037 Change-Id: Ie94c9207ea736a114bfdf4f35d372ccc326d7207 Signed-off-by: Patrick Tjin <pattjin@google.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 3ce4148a..0b984bc7 100644
--- a/Android.mk
+++ b/Android.mk
@@ -11,6 +11,10 @@ ifneq ($(filter msm8226 msm8x26,$(TARGET_BOARD_PLATFORM)),)
else
ifneq ($(filter msm8960,$(TARGET_BOARD_PLATFORM)),)
include $(call all-named-subdir-makefiles,msm8960)
+else
+ifneq ($(filter msm8994 msm8992,$(TARGET_BOARD_PLATFORM)),)
+ include $(call all-named-subdir-makefiles,msm8994)
+endif
endif
endif
endif