Vintf manifest change for Automotive Display service

Bug: 140395359

Test: m -j; atest -c VtsHalAutomotiveDisplayV1_0TargetTest

Change-Id: I96d3dced427eee7a725a1824089ce187ec9f9848
diff --git a/vintfdata/Android.mk b/vintfdata/Android.mk
index 7a30668..6a25237 100644
--- a/vintfdata/Android.mk
+++ b/vintfdata/Android.mk
@@ -27,6 +27,10 @@
   FRAMEWORK_MANIFEST_INPUT_FILES += $(DEVICE_FRAMEWORK_MANIFEST_FILE)
 endif
 
+ifeq ($(BOARD_IS_AUTOMOTIVE), true)
+  FRAMEWORK_MANIFEST_INPUT_FILES += $(LOCAL_PATH)/automotive_manifest.xml
+endif
+
 # VNDK Version in device compatibility matrix and framework manifest
 ifeq ($(BOARD_VNDK_VERSION),current)
 VINTF_VNDK_VERSION := $(PLATFORM_VNDK_VERSION)