summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChangyeon Jo <changyeon@google.com>2020-03-25 10:59:35 -0700
committerChangyeon Jo <changyeon@google.com>2020-03-25 10:59:35 -0700
commit2f07ccd174d2639daab60506b04ff110470d03e9 (patch)
treef670f0b5b0ef832e7d39ecd4dc487294d46dcbbf
parent08d7a157422bc3d6f830cb6441c6f5a92411d49f (diff)
downloadplatform_system_libhidl-2f07ccd174d2639daab60506b04ff110470d03e9.tar.gz
platform_system_libhidl-2f07ccd174d2639daab60506b04ff110470d03e9.tar.bz2
platform_system_libhidl-2f07ccd174d2639daab60506b04ff110470d03e9.zip
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
-rw-r--r--vintfdata/Android.mk4
-rw-r--r--vintfdata/automotive_manifest.xml11
2 files changed, 0 insertions, 15 deletions
diff --git a/vintfdata/Android.mk b/vintfdata/Android.mk
index 0031a698..bca1cdca 100644
--- a/vintfdata/Android.mk
+++ b/vintfdata/Android.mk
@@ -32,10 +32,6 @@ ifdef SYSTEM_EXT_MANIFEST_FILES
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 464dcac8..00000000
--- 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>