display: Use project pathmap

Change-Id: Iabcd263ecf9f4eb28f4cd53862ba663c81275c10
diff --git a/Android.mk b/Android.mk
index e8cab37..e609933 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,5 @@
+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
@@ -17,3 +19,5 @@
 endif
 endif
 endif #TARGET_DISABLE_DISPLAY
+
+endif