diff options
author | alk3pInjection <webmaster@raspii.tech> | 2022-01-19 10:02:50 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-01-19 10:02:50 +0800 |
commit | 5474265d0fd26281c18c81c83e3482fdc8bbbe2a (patch) | |
tree | 98e20244c1ad683f9c19c2a7c46ff5a7ca7bf5c9 | |
parent | b21c1015fdae404e973bf79c6b5c2fa4f81e436e (diff) |
Revert "display: Use project pathmap"HEADsugisawa-8150
This reverts commit 41b5d296bbe887277947f3910b92710c633a5f2a.
Change-Id: I4b7dc9cfd7e26e0815f577cf580b43b27dc5b60d
-rw-r--r-- | Android.mk | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,5 +1,3 @@ -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 @@ -23,5 +21,3 @@ ifneq ($(filter msm% apq%,$(TARGET_BOARD_PLATFORM)),) endif endif endif #TARGET_DISABLE_DISPLAY - -endif |