summaryrefslogtreecommitdiff
path: root/vintfdata
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2018-06-22 15:30:56 -0700
committerSteven Moreland <smoreland@google.com>2018-06-22 15:30:56 -0700
commitf922d1d10921be7c408f6c2baa5b9d994d31a076 (patch)
treeeea06e8a377ed49abf98df076880982b2b552b63 /vintfdata
parente99ea3d9a31b2757837e957b6a071bd27c252142 (diff)
downloadlibhidl-f922d1d10921be7c408f6c2baa5b9d994d31a076.tar.gz
Remove vr_hwc manifest from core manifest logic.
It's being moved to use vintf_fragments. Bug: 110487738 Test: boot device, check manifest is installed in system/etc/vintf/manifest/ Test: check lshal to see vr_hwc serving the hal Test: use daydream Change-Id: I56e754ad9ea850fbc1875f1f6dbc0aae5450d5f7
Diffstat (limited to 'vintfdata')
-rw-r--r--vintfdata/Android.mk4
-rw-r--r--vintfdata/manifest_vr_hwc.xml11
2 files changed, 0 insertions, 15 deletions
diff --git a/vintfdata/Android.mk b/vintfdata/Android.mk
index 232ef6f..3db7065 100644
--- a/vintfdata/Android.mk
+++ b/vintfdata/Android.mk
@@ -17,10 +17,6 @@
LOCAL_PATH := $(call my-dir)
FRAMEWORK_MANIFEST_INPUT_FILES := $(LOCAL_PATH)/manifest.xml
-# TODO(b/110487738): replace with vintf_fragment
-ifdef USE_VR_FLINGER
- FRAMEWORK_MANIFEST_INPUT_FILES += $(LOCAL_PATH)/manifest_vr_hwc.xml
-endif
ifdef DEVICE_FRAMEWORK_MANIFEST_FILE
FRAMEWORK_MANIFEST_INPUT_FILES += $(DEVICE_FRAMEWORK_MANIFEST_FILE)
endif
diff --git a/vintfdata/manifest_vr_hwc.xml b/vintfdata/manifest_vr_hwc.xml
deleted file mode 100644
index 1068cac..0000000
--- a/vintfdata/manifest_vr_hwc.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<manifest version="1.0" type="framework">
- <hal>
- <name>android.hardware.graphics.composer</name>
- <transport>hwbinder</transport>
- <version>2.1</version>
- <interface>
- <name>IComposer</name>
- <instance>vr</instance>
- </interface>
- </hal>
-</manifest>