Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 50a73bca authored by Jason Macnak's avatar Jason Macnak
Browse files

composer: AIDL HAL may replace HIDL HAL.

Relax the requirement on compatibility matrices that the HIDL
composer HAL must exist on devices with target level 7 as they
may have the AIDL composer HAL instead. Use
DeviceManifestTest.ComposerHal to enforce the requirement instead.

Bug: b/216514585
Test: vts_treble_vintf_vendor_test
Change-Id: I7fc85b3c8841d9686863ab52c8b5bb88e1f5ee0a
parent 653d588e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -300,7 +300,10 @@
            <instance>default</instance>
        </interface>
    </hal>
    <hal format="hidl" optional="false">
    <!-- Either the AIDL or the HIDL composer HAL must exist on the device.
         If the HIDL composer HAL exists, it must be at least version 2.1.
         See DeviceManifestTest.ComposerHal -->
    <hal format="hidl" optional="true">
        <name>android.hardware.graphics.composer</name>
        <version>2.1-4</version>
        <interface>