Skip to content
Snippets Groups Projects
Commit 002ef25a authored by Cosmin Tanislav's avatar Cosmin Tanislav
Browse files

sm8350-common: vibrator: avoid target name conflicts

parent 5cf69af7
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ Common_CFlags = ["-Wall"]
Common_CFlags += ["-Werror"]
cc_library_shared {
name: "vendor.qti.hardware.vibrator.impl",
name: "vendor.qti.hardware.vibrator.impl.xiaomi_sm8350",
vendor: true,
cflags: Common_CFlags,
srcs: [
......@@ -20,7 +20,7 @@ cc_library_shared {
}
cc_binary {
name: "vendor.qti.hardware.vibrator.service",
name: "vendor.qti.hardware.vibrator.service.xiaomi_sm8350",
vendor: true,
relative_install_path: "hw",
init_rc: ["vendor.qti.hardware.vibrator.service.rc"],
......@@ -37,6 +37,6 @@ cc_binary {
"libbase",
"libbinder_ndk",
"android.hardware.vibrator-ndk_platform",
"vendor.qti.hardware.vibrator.impl",
"vendor.qti.hardware.vibrator.impl.xiaomi_sm8350",
],
}
service vendor.qti.vibrator /vendor/bin/hw/vendor.qti.hardware.vibrator.service
service vendor.qti.vibrator /vendor/bin/hw/vendor.qti.hardware.vibrator.service.xiaomi_sm8350
class hal
user system
group system input
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment