forked from donjohanliebert/hardware_xiaomi
hidl: sensors: Avoid target name conflicts
Change-Id: I7e9695d75fe92748ac889cd8daeebf34141b9fa9
This commit is contained in:
parent
76aed62120
commit
1b15de13fd
@ -19,7 +19,7 @@ package {
|
||||
}
|
||||
|
||||
cc_binary {
|
||||
name: "android.hardware.sensors@2.1-service.multihal",
|
||||
name: "android.hardware.sensors@2.1-service.xiaomi-multihal",
|
||||
defaults: [
|
||||
"hidl_defaults",
|
||||
],
|
||||
@ -30,8 +30,8 @@ cc_binary {
|
||||
"HalProxy.cpp",
|
||||
"HalProxyCallback.cpp",
|
||||
],
|
||||
init_rc: ["android.hardware.sensors@2.1-service-multihal.rc"],
|
||||
vintf_fragments: ["android.hardware.sensors@2.1-multihal.xml"],
|
||||
init_rc: ["android.hardware.sensors@2.1-service.xiaomi-multihal.rc"],
|
||||
vintf_fragments: ["android.hardware.sensors@2.1-service.xiaomi-multihal.xml"],
|
||||
header_libs: [
|
||||
"android.hardware.sensors@2.X-shared-utils",
|
||||
],
|
||||
|
@ -1,4 +1,4 @@
|
||||
service vendor.sensors-hal-2-1-multihal /vendor/bin/hw/android.hardware.sensors@2.1-service.multihal
|
||||
service vendor.sensors-hal-2-1-multihal /vendor/bin/hw/android.hardware.sensors@2.1-service.xiaomi-multihal
|
||||
class hal
|
||||
user system
|
||||
group system wakelock context_hub
|
Loading…
Reference in New Issue
Block a user