You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
597 B
16 lines
597 B
<!--
|
|
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.graphics.composer</name>
|
|
<transport>hwbinder</transport>
|
|
</hal>
|
|
</manifest>
|