mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
dd12c487d227b5aaa0a86d596d949900462f6df8
Check against version of the interface reported by the HAL rather than the one from generated code. AIDL interface are meant to be backwards compatible. Having the HAL report its version dynamically makes it easier to maintain legacy behavior while evolving the interface, e.g. we bump IRPC to v3 across our codebase, but devices that already shipped may still behave as v1/2 devices. Bug: 235265072 Test: VtsHalRemotelyProvisionedComponentTargetTest Change-Id: I49e3a09723590ac1a7c432b11450c1438563c787
Description
No description provided
Languages
C++
56.3%
AIDL
41.2%
C
1.5%
Rust
0.4%
Java
0.4%
Other
0.1%