mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Add a manifest fragment for occupant awareness" am: 2247059f55
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2506595 Change-Id: I62e2721b7eafa9ac5fae4229e240231b2a598750 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -26,6 +26,7 @@ package {
|
||||
cc_binary {
|
||||
name: "android.hardware.automotive.occupant_awareness@1.0-service",
|
||||
init_rc: ["android.hardware.automotive.occupant_awareness@1.0-service.rc"],
|
||||
vintf_fragments: ["android.hardware.automotive.occupant_awareness-service.xml"],
|
||||
relative_install_path: "hw",
|
||||
vendor: true,
|
||||
srcs: [
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
<manifest version="1.0" type="device">
|
||||
<hal format="aidl">
|
||||
<name>android.hardware.automotive.occupant_awareness</name>
|
||||
<version>1</version>
|
||||
<fqname>IOccupantAwareness/default</fqname>
|
||||
</hal>
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user