universal7885: bpfmt

This commit is contained in:
roynatech2544 2022-05-15 00:38:42 +00:00
commit be82ebd1fe
No known key found for this signature in database
GPG key ID: 50ABF73F0D19445D
18 changed files with 70 additions and 67 deletions

View file

@ -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",
],
}
}

View file

@ -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",