DO NOT MERGE: arm64: Fixing the make files for GSI am: 3d7a463d4c

Original change: https://android-review.googlesource.com/c/device/generic/car/+/1527005

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Id6aea6635d89b8a3e77b0f9debaf2065a2a2705d
diff --git a/common/car.mk b/common/car.mk
index ef595b3..190027b 100644
--- a/common/car.mk
+++ b/common/car.mk
@@ -19,6 +19,7 @@
 PRODUCT_PACKAGES += \
     android.hardware.automotive.vehicle@2.0-service \
     android.hardware.automotive.audiocontrol@2.0-service \
+    android.frameworks.automotive.display@1.0-service \
 
 # Emulator configuration
 PRODUCT_COPY_FILES += \
@@ -94,4 +95,5 @@
 $(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_release.mk)
 endif
 
+$(call inherit-product, packages/services/Car/evs/sepolicy/evs.mk)
 $(call inherit-product, packages/services/Car/car_product/build/car.mk)