diff options
author | Ethan Chen <intervigil@gmail.com> | 2014-11-08 23:27:23 -0800 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2021-11-30 18:31:55 +0100 |
commit | 41b5d296bbe887277947f3910b92710c633a5f2a (patch) | |
tree | 97dc0c3c7ab2740b4348a4edc91ad3365e750ee0 | |
parent | 805601e0c79044ab6a6de43d2a3faba4e625c168 (diff) |
display: Use project pathmap
Change-Id: Iabcd263ecf9f4eb28f4cd53862ba663c81275c10
-rw-r--r-- | Android.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,5 @@ +ifeq ($(call my-dir),$(call project-path-for,qcom-display)) + ifneq ($(TARGET_DISABLE_DISPLAY),true) sdm-libs := sdm/libs display-hals := include $(sdm-libs)/utils $(sdm-libs)/core libdebug @@ -17,3 +19,5 @@ ifneq ($(filter msm% apq%,$(TARGET_BOARD_PLATFORM)),) endif endif endif #TARGET_DISABLE_DISPLAY + +endif |