From 39737c98b4e31c18e912f254c66ea78f0c5a2555 Mon Sep 17 00:00:00 2001 From: Akash Srivastava Date: Wed, 8 Jun 2022 16:05:09 +0530 Subject: [PATCH] Revert "display: Use project pathmap" This reverts commit c70894c0ec97ce18f16ed0a7be01ef5915c6de7f. --- Android.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Android.mk b/Android.mk index c78f2e7ca..5cc81d968 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