mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: override usb hal vintf for a10
* uses different versions
This commit is contained in:
parent
caf25e504e
commit
6847f03143
3 changed files with 2 additions and 2 deletions
|
|
@ -17,6 +17,7 @@ cc_binary {
|
|||
name: "android.hardware.usb@1.0-service.a10",
|
||||
relative_install_path: "hw",
|
||||
init_rc: ["android.hardware.usb@1.0-service.a10.rc"],
|
||||
vintf_fragments: ["android.hardware.usb@1.0-service.a10.xml"],
|
||||
srcs: ["service.cpp", "Usb.cpp"],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<hal format="hidl" override="true">
|
||||
<name>android.hardware.usb</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>1.1</version>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
<name>IUsb</name>
|
||||
<instance>default</instance>
|
||||
|
|
@ -16,7 +16,6 @@ cc_binary {
|
|||
name: "android.hardware.usb@1.1-service.exynos7885",
|
||||
relative_install_path: "hw",
|
||||
init_rc: ["android.hardware.usb@1.1-service.exynos7885.rc"],
|
||||
vintf_fragments: ["android.hardware.usb@1.1-service.exynos7885.xml"],
|
||||
srcs: ["service.cpp", "Usb.cpp"],
|
||||
cflags: [
|
||||
"-Wall",
|
||||
|
|
|
|||
Loading…
Reference in a new issue