mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: bpfmt
This commit is contained in:
parent
d97d8b7bfe
commit
be82ebd1fe
18 changed files with 70 additions and 67 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
cc_binary {
|
||||
name: "android.hardware.sensors@1.0-service.a10",
|
||||
relative_install_path: "hw",
|
||||
|
|
@ -16,4 +15,4 @@ cc_binary {
|
|||
"libhidlbase",
|
||||
"android.hardware.sensors@1.0",
|
||||
],
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,10 @@ cc_binary {
|
|||
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"],
|
||||
srcs: [
|
||||
"service.cpp",
|
||||
"Usb.cpp",
|
||||
],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libcutils",
|
||||
|
|
|
|||
Loading…
Reference in a new issue