msm8974-common: sensors: Convert to samsung8974 target
Change-Id: Ic897c67c4caf9ba07dc770f19226e016ae9a5d77
This commit is contained in:
parent
3fe9c310d1
commit
36f23a1b47
@ -22,7 +22,7 @@ cc_library_static {
|
|||||||
}
|
}
|
||||||
|
|
||||||
cc_library_shared {
|
cc_library_shared {
|
||||||
name: "android.hardware.sensors@1.0-impl",
|
name: "android.hardware.sensors@1.0-impl.samsung8974",
|
||||||
defaults: ["hidl_defaults"],
|
defaults: ["hidl_defaults"],
|
||||||
proprietary: true,
|
proprietary: true,
|
||||||
relative_install_path: "hw",
|
relative_install_path: "hw",
|
||||||
@ -39,16 +39,16 @@ cc_library_shared {
|
|||||||
],
|
],
|
||||||
static_libs: [
|
static_libs: [
|
||||||
"android.hardware.sensors@1.0-convert",
|
"android.hardware.sensors@1.0-convert",
|
||||||
"multihal",
|
"multihal-samsung8974",
|
||||||
],
|
],
|
||||||
local_include_dirs: ["include/sensors"],
|
local_include_dirs: ["include/sensors"],
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_binary {
|
cc_binary {
|
||||||
name: "android.hardware.sensors@1.0-service",
|
name: "android.hardware.sensors@1.0-service.samsung8974",
|
||||||
relative_install_path: "hw",
|
relative_install_path: "hw",
|
||||||
vendor: true,
|
vendor: true,
|
||||||
init_rc: ["android.hardware.sensors@1.0-service.rc"],
|
init_rc: ["android.hardware.sensors@1.0-service.samsung8974.rc"],
|
||||||
srcs: ["service.cpp"],
|
srcs: ["service.cpp"],
|
||||||
|
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
service vendor.sensors-hal-1-0 /vendor/bin/hw/android.hardware.sensors@1.0-service
|
service vendor.sensors-hal-1-0 /vendor/bin/hw/android.hardware.sensors@1.0-service.samsung8974
|
||||||
class hal
|
class hal
|
||||||
user system
|
user system
|
||||||
group system wakelock
|
group system wakelock
|
Loading…
Reference in New Issue
Block a user