power: Make AIDL HAL mandatory for new devices

Makes the AIDL Power HAL mandatory for new devices. As almost all of
the power hints are already optional, this is effectively just
requiring FIXED_PERFORMANCE mode, which is necessary for game tuning
and performance profiling.

Bug: 136285293
Test: N/A
Change-Id: Ie4c01f13661b2388d8c905159d957f9996c41ee6
This commit is contained in:
Dan Stoza
2020-02-13 14:50:34 -08:00
parent cca80279e2
commit 8fa535c78e

View File

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