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 4fb1ecd923
commit 925601ea89
No known key found for this signature in database
GPG Key ID: 87867AAE006CB094
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))
LOCAL_PATH := $(call my-dir)
# TODO: Find a better way to separate build configs for ADP vs non-ADP devices
ifneq ($(TARGET_BOARD_AUTO),true)
@ -19,3 +21,5 @@ else ifneq ($(wildcard $(LOCAL_PATH)/$(TARGET_BOARD_PLATFORM)),)
endif
endif
endif