summaryrefslogtreecommitdiff
path: root/vintfdata
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2018-04-04 11:33:40 -0700
committerYifan Hong <elsk@google.com>2018-04-04 14:39:50 -0700
commit023da614ba741d51f10388b546a677bc3f359d20 (patch)
tree2c8902b6e69658c19fc5d8e711f024fb092fbe7a /vintfdata
parent2da958e782c7cf664f0e119c417470b4d5f8d4df (diff)
downloadlibhidl-023da614ba741d51f10388b546a677bc3f359d20.tar.gz
Framework manifest: example to remove health /backup for P+ device
Test: make vintf metadata in 2016/2017 Pixel devices Test: make vintf metadata in devices launch with P Test: make vintf metadata for emulator Bug: 77541952 Change-Id: I29dd422206d7ac357de177dfc2d65673fb5384d2
Diffstat (limited to 'vintfdata')
-rw-r--r--vintfdata/manifest_healthd_exclude.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/vintfdata/manifest_healthd_exclude.xml b/vintfdata/manifest_healthd_exclude.xml
new file mode 100644
index 0000000..b4060f0
--- /dev/null
+++ b/vintfdata/manifest_healthd_exclude.xml
@@ -0,0 +1,15 @@
+<!--
+ Include this file to DEVICE_FRAMEWORK_MANIFEST_FILE to disable
+ having an healthd on the device which is not needed if you have
+ an alternative implementation like the following:
+ (1) Device has android.hardware.health@2.0-service.override
+ (2) Device has android.hardware.health@2.0-service.<device>, which
+ contains the following:
+ overrides: ["healthd"]
+-->
+<manifest version="1.0" type="framework">
+ <hal format="hidl" override="true">
+ <name>android.hardware.health</name>
+ <transport>hwbinder</transport>
+ </hal>
+</manifest>