commit | 7a7462397a323ba3ffa1631b8b8b424a220b544f | [log] [tgz] |
---|---|---|
author | Wei Wang <wvw@google.com> | Mon Apr 05 19:27:17 2021 -0700 |
committer | Wei Wang <wvw@google.com> | Tue Apr 06 02:57:36 2021 +0000 |
tree | 4b9e3fdb2738a556515a2f74e3ed5c25d006dda7 | |
parent | 42d9f3f3fb7cda65ed6939da68a0fb40279b2393 [diff] |
power: bump default example implementation to version 2 Bug: 177492680 Test: Build Signed-off-by: Wei Wang <wvw@google.com> Change-Id: If423a7d0fb800a9528336245c7dbf42689080f0b
diff --git a/compatibility_matrices/compatibility_matrix.current.xml b/compatibility_matrices/compatibility_matrix.current.xml index c656af2..bb22974 100644 --- a/compatibility_matrices/compatibility_matrix.current.xml +++ b/compatibility_matrices/compatibility_matrix.current.xml
@@ -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>
diff --git a/power/aidl/default/power-default.xml b/power/aidl/default/power-default.xml index caf6ea2..9f56deb 100644 --- a/power/aidl/default/power-default.xml +++ b/power/aidl/default/power-default.xml
@@ -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>