zenfone9: Enable elf check

Change-Id: Ia63d95ff7a310468d48f831ae02ae71305b877df
Signed-off-by: micky387 <mickaelsaibi@free.fr>
diff --git a/device.mk b/device.mk
index 44bb3ee..2e8cc2f 100755
--- a/device.mk
+++ b/device.mk
@@ -97,7 +97,8 @@
     android.hardware.audio.effect@7.0-impl \
     android.hardware.audio.service \
     android.media.audio.common.types-V1-cpp \
-    libaudioroute.vendor
+    libaudioroute.vendor \
+    libhapticgenerator
 
 PRODUCT_COPY_FILES += \
     $(LOCAL_PATH)/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_cape/audio_policy_configuration.xml \
@@ -144,7 +145,8 @@
 
 # Display
 PRODUCT_PACKAGES += \
-    android.hardware.graphics.common-V2-ndk_platform.vendor \
+    android.hardware.graphics.common-V1-ndk.vendor \
+    android.hardware.graphics.common-V2-ndk.vendor \
     libion \
     libtinyxml2
 
@@ -364,6 +366,7 @@
 PRODUCT_PACKAGES += \
     vendor.qti.hardware.vibrator.service
 
+
 # VNDK
 PRODUCT_PACKAGES += \
     libhidlbase-v32.vendor \