summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authoralk3pInjection <webmaster@raspii.tech>2022-01-19 10:02:50 +0800
committeralk3pInjection <webmaster@raspii.tech>2022-01-19 10:02:50 +0800
commit5474265d0fd26281c18c81c83e3482fdc8bbbe2a (patch)
tree98e20244c1ad683f9c19c2a7c46ff5a7ca7bf5c9 /Android.mk
parentb21c1015fdae404e973bf79c6b5c2fa4f81e436e (diff)
Revert "display: Use project pathmap"HEADsugisawa-8150
This reverts commit 41b5d296bbe887277947f3910b92710c633a5f2a. Change-Id: I4b7dc9cfd7e26e0815f577cf580b43b27dc5b60d
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index 0b7047a2..31f3c034 100644
--- a/Android.mk
+++ b/Android.mk
@@ -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