display: Use project pathmap

Change-Id: Idebfe1e9477b5b05410df11071f681eec8d41c74
diff --git a/Android.mk b/Android.mk
index 0b984bc..973e7f6 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,5 @@
+ifeq ($(call my-dir),$(call project-path-for,qcom-display))
+
 ifneq ($(filter msm8084 msm8x84,$(TARGET_BOARD_PLATFORM)),)
     #This is for 8084 based platforms
     include $(call all-named-subdir-makefiles,msm8084)
@@ -19,3 +21,5 @@
 endif
 endif
 endif
+
+endif