Merge "Add a manifest fragment for occupant awareness"

This commit is contained in:
Devin Moore
2023-03-28 23:04:06 +00:00
committed by Gerrit Code Review
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>