Merge "Make android.hardware.thermal HAL optional"
This commit is contained in:
commit
e47d1c9ebb
2 changed files with 2 additions and 2 deletions
|
@ -682,7 +682,7 @@
|
|||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="false">
|
||||
<hal format="hidl" optional="true">
|
||||
<name>android.hardware.thermal</name>
|
||||
<version>2.0</version>
|
||||
<interface>
|
||||
|
|
|
@ -692,7 +692,7 @@
|
|||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="aidl" optional="false">
|
||||
<hal format="aidl" optional="true">
|
||||
<name>android.hardware.thermal</name>
|
||||
<version>1</version>
|
||||
<interface>
|
||||
|
|
Loading…
Reference in a new issue