mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-03 03:14:17 +00:00
Add V2 to the Android 14 framework compatibility matrix. Also update the tuner-default device manifest fragment to reflect the version of android.hardware.tv.tuner that it serves. Test: lunch aosp_cf_x86_64_tv-userdebug && atest hal_implementation_test Bug: 266868403 Change-Id: I14264dc156d086bc2e25ff41cb71aef37f629e95
8 lines
202 B
XML
8 lines
202 B
XML
<manifest version="1.0" type="device">
|
|
<hal format="aidl">
|
|
<name>android.hardware.tv.tuner</name>
|
|
<fqname>ITuner/default</fqname>
|
|
<version>2</version>
|
|
</hal>
|
|
</manifest>
|