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

Commit 49a6654c authored by Yifan Hong's avatar Yifan Hong
Browse files

Set omx and configstore as optional.

To fix the build for new devices.

Bug: 36097717
Bug: 35356977

Test: on master, m system_compatibility_matrix.xml -j

Change-Id: Ie7a3da46930b3627f4eb6b77c3ba8e50fa2b21ed
parent c6cba90b
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -23,7 +23,8 @@
        <name>android.hardware.camera.provider</name>
        <version>2.4</version>
    </hal>
    <hal format="hidl" optional="false">
    <!-- TODO(b/35356977): configstore is required. -->
    <hal format="hidl" optional="true">
        <name>android.hardware.configstore</name>
        <version>1.0-1</version>
    </hal>
@@ -71,7 +72,8 @@
        <name>android.hardware.light</name>
        <version>2.0</version>
    </hal>
    <hal format="hidl" optional="false">
    <!-- TODO(b/36097717): omx is required. -->
    <hal format="hidl" optional="true">
        <name>android.hardware.media.omx</name>
        <version>1.0</version>
    </hal>