summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralk3pInjection <webmaster@raspii.tech>2022-07-04 02:10:36 +0800
committeralk3pInjection <webmaster@raspii.tech>2022-07-04 02:10:36 +0800
commit2f0cecb920887db8f659258c149ca0154f7be55c (patch)
tree10677162d215b8735554a4f730f9beaf8e449a81
parent4eeaa00b09ce1bef370e34acc804b27b83ef324b (diff)
Revert "display: Use project pathmap"sugisawa-8250
This reverts commit a50857e26b56605585c484c0253f196a24ca9fe8. Change-Id: I4b7dc9cfd7e26e0815f577cf580b43b27dc5b60d
-rw-r--r--Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index c78f2e7c..5cc81d96 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,5 +1,3 @@
-ifeq ($(call my-dir),$(call project-path-for,qcom-display))
-
sdm-libs := sdm/libs
display-hals := include $(sdm-libs)/utils $(sdm-libs)/core libdebug gpu_tonemapper
@@ -24,5 +22,3 @@ ifneq ($(filter msm% apq%,$(TARGET_BOARD_PLATFORM)),)
include $(call all-named-subdir-makefiles,$(display-hals))
endif
endif
-
-endif