mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
Configstore is optional on updating devices.
Dropping requirement of configstore on devices launching before or at P. Test: pass Bug: 150981985 Change-Id: I1c08bd7b18fe6006ee1555c39072e75ec4fb3210 Merged-In: I1c08bd7b18fe6006ee1555c39072e75ec4fb3210
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
<instance>legacy/0</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="false">
|
||||
<hal format="hidl" optional="true">
|
||||
<name>android.hardware.configstore</name>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="false">
|
||||
<hal format="hidl" optional="true">
|
||||
<name>android.hardware.configstore</name>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
|
||||
@@ -111,7 +111,7 @@
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="false">
|
||||
<hal format="hidl" optional="true">
|
||||
<name>android.hardware.configstore</name>
|
||||
<version>1.0-1</version>
|
||||
<interface>
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
<instance>legacy/0</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="false">
|
||||
<hal format="hidl" optional="true">
|
||||
<name>android.hardware.configstore</name>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
|
||||
Reference in New Issue
Block a user