Make keymaster optional. am: cc68516bd2
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1693845 Change-Id: I4a2a70dca56f50cfcf383639e5fa6a8ef0349bd7
This commit is contained in:
commit
d82de97ccf
4 changed files with 4 additions and 4 deletions
|
@ -223,7 +223,7 @@
|
|||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="false">
|
||||
<hal format="hidl" optional="true">
|
||||
<name>android.hardware.keymaster</name>
|
||||
<version>3.0</version>
|
||||
<version>4.0</version>
|
||||
|
|
|
@ -245,7 +245,7 @@
|
|||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="false">
|
||||
<hal format="hidl" optional="true">
|
||||
<name>android.hardware.keymaster</name>
|
||||
<version>3.0</version>
|
||||
<version>4.0</version>
|
||||
|
|
|
@ -284,7 +284,7 @@
|
|||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="false">
|
||||
<hal format="hidl" optional="true">
|
||||
<name>android.hardware.keymaster</name>
|
||||
<version>3.0</version>
|
||||
<version>4.0-1</version>
|
||||
|
|
|
@ -297,7 +297,7 @@
|
|||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="false">
|
||||
<hal format="hidl" optional="true">
|
||||
<name>android.hardware.keymaster</name>
|
||||
<version>3.0</version>
|
||||
<version>4.0-1</version>
|
||||
|
|
Loading…
Reference in a new issue