diff options
author | alk3pInjection <webmaster@raspii.tech> | 2022-07-04 02:10:36 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-07-04 02:10:36 +0800 |
commit | 2f0cecb920887db8f659258c149ca0154f7be55c (patch) | |
tree | 10677162d215b8735554a4f730f9beaf8e449a81 | |
parent | 4eeaa00b09ce1bef370e34acc804b27b83ef324b (diff) |
Revert "display: Use project pathmap"sugisawa-8250
This reverts commit a50857e26b56605585c484c0253f196a24ca9fe8.
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)) - 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 |