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:
Devin Moore
2023-03-28 23:14:57 +00:00
committed by Automerger Merge Worker
2 changed files with 8 additions and 0 deletions

View File

@@ -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: [

View File

@@ -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>