mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-24 04:45:32 -04:00
universal7885: Use only full qualified name for manifest entries
* As recommended by Google for multiple different versions of the same HAL in VINTF manifests * https://android.googlesource.com/platform/hardware/interfaces/+/master/drm/1.1/README.md#devices-launching-with-android-pie Signed-off-by: YadavMohit19 <mohityadav050575@gmail.com> Change-Id: I56c926847e2a575cb698b51517be395a8cc3e21c Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
532c951e56
commit
37fe35f526
3 changed files with 29 additions and 134 deletions
|
|
@ -2,10 +2,6 @@
|
|||
<hal format="hidl" override="true">
|
||||
<name>android.hardware.nfc</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>1.2</version>
|
||||
<interface>
|
||||
<name>INfc</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
<fqname>@1.2::INfc/default</fqname>
|
||||
</hal>
|
||||
</manifest>
|
||||
|
|
|
|||
Loading…
Reference in a new issue