mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Set android.hardware.camera.provider as updatable
android.hardware.camera.provider has been updatable since Android S. In Android U, HALs updatable via APEX should declare the updatability. Bug: 248142818 Test: checkvintf with updated DM Merged-In: I51ddb9d141c71d22b7c7909b33ebfc8a0a703431 Change-Id: I51ddb9d141c71d22b7c7909b33ebfc8a0a703431
This commit is contained in:
@@ -197,7 +197,7 @@
|
||||
<regex-instance>[^/]+/[0-9]+</regex-instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="aidl" optional="true">
|
||||
<hal format="aidl" optional="true" updatable-via-apex="true">
|
||||
<name>android.hardware.camera.provider</name>
|
||||
<version>1</version>
|
||||
<interface>
|
||||
|
||||
Reference in New Issue
Block a user