mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Revert "Set omx and configstore as optional."
Test: boots
Test: Youtube video works
Bug: 35356977
Fixes: 38001671
This reverts commit 49a6654ccf.
Change-Id: I7b04aa62e248c7fae0307229d07ffa174109ff05
This commit is contained in:
@@ -23,8 +23,7 @@
|
||||
<name>android.hardware.camera.provider</name>
|
||||
<version>2.4</version>
|
||||
</hal>
|
||||
<!-- TODO(b/35356977): configstore is required. -->
|
||||
<hal format="hidl" optional="true">
|
||||
<hal format="hidl" optional="false">
|
||||
<name>android.hardware.configstore</name>
|
||||
<version>1.0-1</version>
|
||||
</hal>
|
||||
@@ -72,8 +71,7 @@
|
||||
<name>android.hardware.light</name>
|
||||
<version>2.0</version>
|
||||
</hal>
|
||||
<!-- TODO(b/36097717): omx is required. -->
|
||||
<hal format="hidl" optional="true">
|
||||
<hal format="hidl" optional="false">
|
||||
<name>android.hardware.media.omx</name>
|
||||
<version>1.0</version>
|
||||
</hal>
|
||||
|
||||
Reference in New Issue
Block a user