Merge "Configstore is optional on updating devices."
This commit is contained in:
commit
9a260cdbb6
4 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue