Add manifest to vintf fragments
Bug: 153734354 Test: Manual Change-Id: I5f29cdacced0bdc0bf5a74f92ecda916f10bea06
This commit is contained in:
parent
c578a91356
commit
a653616f18
2 changed files with 4 additions and 1 deletions
|
@ -125,6 +125,9 @@ cc_test {
|
|||
cc_binary {
|
||||
name: "android.hardware.automotive.vehicle@2.0-service",
|
||||
defaults: ["vhal_v2_0_defaults"],
|
||||
vintf_fragments: [
|
||||
"android.hardware.automotive.vehicle@2.0-service.xml",
|
||||
],
|
||||
init_rc: ["android.hardware.automotive.vehicle@2.0-service.rc"],
|
||||
vendor: true,
|
||||
relative_install_path: "hw",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<manifest version="1.0" type="device" target-level="3">
|
||||
<manifest version="1.0" type="device">
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.automotive.vehicle</name>
|
||||
<transport>hwbinder</transport>
|
Loading…
Reference in a new issue