Skip to content
Snippets Groups Projects
Commit 4caec437 authored by Arian's avatar Arian
Browse files

sm8350-common: Provide unique vintf manifest and init rc names

Change-Id: Id323d05eb5c8702659bbf48f02aad2637411e005
parent 92a56c09
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,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_sm8350-multihal.rc"],
vintf_fragments: ["android.hardware.sensors@2.1-xiaomi_sm8350-multihal.xml"],
header_libs: [
"android.hardware.sensors@2.X-shared-utils",
],
......
......@@ -48,9 +48,9 @@ cc_binary {
name: "vendor.qti.hardware.vibrator.service.xiaomi_sm8350",
vendor: true,
relative_install_path: "hw",
init_rc: ["vendor.qti.hardware.vibrator.service.rc"],
init_rc: ["vendor.qti.hardware.vibrator.service.xiaomi_sm8350.rc"],
vintf_fragments: [
"vendor.qti.hardware.vibrator.service.xml",
"vendor.qti.hardware.vibrator.service.xiaomi_sm8350.xml",
],
cflags: Common_CFlags,
srcs: [
......
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