Revert "Vintf manifest change for Automotive Display service"

This reverts commit 97b7ce377175bda4380228372eacaf1d9193fcd4.

Bug: 152367138
Test: build and manually run automotive display service
      on automotive platform
Change-Id: Ie3fd8677257f951a6422a719c1c18ae0896ac4c8
diff --git a/vintfdata/Android.mk b/vintfdata/Android.mk
index 0031a69..bca1cdc 100644
--- a/vintfdata/Android.mk
+++ b/vintfdata/Android.mk
@@ -32,10 +32,6 @@
   SYSTEM_EXT_MANIFEST_INPUT_FILES += $(SYSTEM_EXT_MANIFEST_FILES)
 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)
diff --git a/vintfdata/automotive_manifest.xml b/vintfdata/automotive_manifest.xml
deleted file mode 100644
index 464dcac..0000000
--- a/vintfdata/automotive_manifest.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<manifest version="1.0" type="framework">
-    <hal>
-        <name>android.frameworks.automotive.display</name>
-        <transport>hwbinder</transport>
-        <version>1.0</version>
-        <interface>
-            <name>IAutomotiveDisplayProxyService</name>
-            <instance>default</instance>
-        </interface>
-    </hal>
-</manifest>