vibrator: Rebrand for Oplus
Change-Id: Ib3530fbc0f321fe88d16921ba8c381f0f2f5e385
This commit is contained in:
committed by
Bruno Martins
parent
f3fdce9afd
commit
92f894fd2a
@@ -2,7 +2,7 @@ Common_CFlags = ["-Wall"]
|
|||||||
Common_CFlags += ["-Werror"]
|
Common_CFlags += ["-Werror"]
|
||||||
|
|
||||||
cc_library_shared {
|
cc_library_shared {
|
||||||
name: "vendor.qti.hardware.vibrator.impl",
|
name: "vendor.qti.hardware.vibrator.impl.oplus",
|
||||||
vendor: true,
|
vendor: true,
|
||||||
cflags: Common_CFlags,
|
cflags: Common_CFlags,
|
||||||
srcs: [
|
srcs: [
|
||||||
@@ -20,12 +20,12 @@ cc_library_shared {
|
|||||||
}
|
}
|
||||||
|
|
||||||
cc_binary {
|
cc_binary {
|
||||||
name: "vendor.qti.hardware.vibrator.service",
|
name: "vendor.qti.hardware.vibrator.service.oplus",
|
||||||
vendor: true,
|
vendor: true,
|
||||||
relative_install_path: "hw",
|
relative_install_path: "hw",
|
||||||
init_rc: ["vendor.qti.hardware.vibrator.service.rc"],
|
init_rc: ["vendor.qti.hardware.vibrator.service.oplus.rc"],
|
||||||
vintf_fragments: [
|
vintf_fragments: [
|
||||||
"vendor.qti.hardware.vibrator.service.xml",
|
"vendor.qti.hardware.vibrator.service.oplus.xml",
|
||||||
],
|
],
|
||||||
cflags: Common_CFlags,
|
cflags: Common_CFlags,
|
||||||
srcs: [
|
srcs: [
|
||||||
@@ -37,12 +37,12 @@ cc_binary {
|
|||||||
"libbase",
|
"libbase",
|
||||||
"libbinder_ndk",
|
"libbinder_ndk",
|
||||||
"android.hardware.vibrator-V1-ndk_platform",
|
"android.hardware.vibrator-V1-ndk_platform",
|
||||||
"vendor.qti.hardware.vibrator.impl",
|
"vendor.qti.hardware.vibrator.impl.oplus",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_library_shared {
|
cc_library_shared {
|
||||||
name: "vendor.qti.hardware.vibrator.offload.impl",
|
name: "vendor.qti.hardware.vibrator.offload.impl.oplus",
|
||||||
vendor: true,
|
vendor: true,
|
||||||
cflags: Common_CFlags + ["-DTARGET_SUPPORTS_OFFLOAD"],
|
cflags: Common_CFlags + ["-DTARGET_SUPPORTS_OFFLOAD"],
|
||||||
srcs: [
|
srcs: [
|
||||||
@@ -62,12 +62,12 @@ cc_library_shared {
|
|||||||
}
|
}
|
||||||
|
|
||||||
cc_binary {
|
cc_binary {
|
||||||
name: "vendor.qti.hardware.vibrator.offload.service",
|
name: "vendor.qti.hardware.vibrator.offload.service.oplus",
|
||||||
vendor: true,
|
vendor: true,
|
||||||
relative_install_path: "hw",
|
relative_install_path: "hw",
|
||||||
init_rc: ["vendor.qti.hardware.vibrator.offload.service.rc"],
|
init_rc: ["vendor.qti.hardware.vibrator.offload.service.oplus.rc"],
|
||||||
vintf_fragments: [
|
vintf_fragments: [
|
||||||
"vendor.qti.hardware.vibrator.offload.service.xml",
|
"vendor.qti.hardware.vibrator.offload.service.oplus.xml",
|
||||||
],
|
],
|
||||||
cflags: Common_CFlags + ["-DTARGET_SUPPORTS_OFFLOAD"],
|
cflags: Common_CFlags + ["-DTARGET_SUPPORTS_OFFLOAD"],
|
||||||
srcs: [
|
srcs: [
|
||||||
@@ -79,6 +79,6 @@ cc_binary {
|
|||||||
"libbase",
|
"libbase",
|
||||||
"libbinder_ndk",
|
"libbinder_ndk",
|
||||||
"android.hardware.vibrator-V1-ndk_platform",
|
"android.hardware.vibrator-V1-ndk_platform",
|
||||||
"vendor.qti.hardware.vibrator.offload.impl",
|
"vendor.qti.hardware.vibrator.offload.impl.oplus",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
service vendor.qti.vibrator /vendor/bin/hw/vendor.qti.hardware.vibrator.offload.service
|
service vendor.qti.vibrator /vendor/bin/hw/vendor.qti.hardware.vibrator.offload.service.oplus
|
||||||
class hal
|
class hal
|
||||||
user system
|
user system
|
||||||
group system input
|
group system input
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
service vendor.qti.vibrator /vendor/bin/hw/vendor.qti.hardware.vibrator.service
|
service vendor.qti.vibrator /vendor/bin/hw/vendor.qti.hardware.vibrator.service.oplus
|
||||||
class hal
|
class hal
|
||||||
user system
|
user system
|
||||||
group system input
|
group system input
|
||||||
Reference in New Issue
Block a user