Revert "display: Do not use target names in hw modules"

This reverts commit 4f95fff7b10e684686670a2c5d3937e83dd3687c.
Causes issues with loading the modules.

Change-Id: I3dc123cd00fb739ec8baec7d542fabfaea258d44
diff --git a/config/display-product.mk b/config/display-product.mk
index 8e468fd..99930b5 100644
--- a/config/display-product.mk
+++ b/config/display-product.mk
@@ -8,10 +8,10 @@
     android.hardware.memtrack@1.0-service \
     android.hardware.light@2.0-impl \
     android.hardware.light@2.0-service \
-    gralloc.qti \
-    lights.qti \
-    hwcomposer.qti \
-    memtrack.qti \
+    gralloc.$(TARGET_BOARD_PLATFORM) \
+    lights.$(TARGET_BOARD_PLATFORM) \
+    hwcomposer.$(TARGET_BOARD_PLATFORM) \
+    memtrack.$(TARGET_BOARD_PLATFORM) \
     libqdMetaData.vendor \
     vendor.display.config@1.0.vendor \
     vendor.display.config@1.1.vendor \