Merge "power: bump default example implementation to version 2" into sc-dev

This commit is contained in:
Wei Wang
2021-04-06 18:32:15 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 1 deletions

View File

@@ -419,7 +419,7 @@
</hal>
<hal format="aidl" optional="false">
<name>android.hardware.power</name>
<version>1</version>
<version>1-2</version>
<interface>
<name>IPower</name>
<instance>default</instance>

View File

@@ -1,6 +1,7 @@
<manifest version="1.0" type="device">
<hal format="aidl">
<name>android.hardware.power</name>
<version>2</version>
<fqname>IPower/default</fqname>
</hal>
</manifest>