rosemary: sensors: Provide unique vintf manifest and init rc names

Change-Id: Id323d05eb5c8702659bbf48f02aad2637411e005
This commit is contained in:
Arian
2022-03-07 01:02:44 +01:00
committed by Matsvei Niaverau
parent b30b027fe4
commit 77dea6511d
3 changed files with 2 additions and 2 deletions

View File

@@ -23,8 +23,8 @@ cc_binary {
srcs: [
"service.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.rosemary-multihal.rc"],
vintf_fragments: ["android.hardware.sensors@2.1-rosemary-multihal.xml"],
header_libs: [
"android.hardware.sensors@2.X-shared-utils",
],