diff options
-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 |