diff options
| author | Patrick Tjin <pattjin@google.com> | 2015-03-12 09:30:21 -0700 |
|---|---|---|
| committer | Patrick Tjin <pattjin@google.com> | 2015-03-12 09:30:21 -0700 |
| commit | 054df959aef7dce630a7f41d4aba6626c130756b (patch) | |
| tree | c0ef2bc5b2210851365c3762c688ffefea41d236 /Android.mk | |
| parent | 4ee9ce6a957fbecdc26c9732b6483cc6c5967eea (diff) | |
| download | platform_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.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
