display: Use project pathmap

Change-Id: Idebfe1e9477b5b05410df11071f681eec8d41c74
This commit is contained in:
Ethan Chen 2014-11-08 23:25:53 -08:00 committed by Rashed Abdel-Tawab
parent 9fcccf5d9d
commit 0366d1010f
No known key found for this signature in database
GPG Key ID: 832155B084F30453
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
ifeq ($(call my-dir)/$(TARGET_BOARD_PLATFORM),$(call project-path-for,qcom-display))
# TODO: Find a better way to separate build configs for ADP vs non-ADP devices
ifneq ($(TARGET_BOARD_AUTO),true)
ifneq ($(filter msm8084 msm8x84,$(TARGET_BOARD_PLATFORM)),)
@ -29,3 +31,5 @@ ifneq ($(TARGET_BOARD_AUTO),true)
endif
endif
endif
endif