Merge "Add host prebuilt for fake VHAL config." into main am: 3b7a71588c
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3095336 Change-Id: Idc197dd33892849d6612b269928cba5fe8cca65e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
151596de85
1 changed files with 21 additions and 0 deletions
|
@ -45,3 +45,24 @@ prebuilt_etc {
|
|||
sub_dir: "automotive/vhalconfig/",
|
||||
vendor: true,
|
||||
}
|
||||
|
||||
prebuilt_etc_host {
|
||||
name: "Host_Prebuilt_VehicleHalDefaultProperties_JSON",
|
||||
filename_from_src: true,
|
||||
src: "DefaultProperties.json",
|
||||
relative_install_path: "automotive/vhalconfig/",
|
||||
}
|
||||
|
||||
prebuilt_etc_host {
|
||||
name: "Host_Prebuilt_VehicleHalTestProperties_JSON",
|
||||
filename_from_src: true,
|
||||
src: "TestProperties.json",
|
||||
relative_install_path: "automotive/vhalconfig/",
|
||||
}
|
||||
|
||||
prebuilt_etc_host {
|
||||
name: "Host_Prebuilt_VehicleHalVendorClusterTestProperties_JSON",
|
||||
filename_from_src: true,
|
||||
src: "VendorClusterTestProperties.json",
|
||||
relative_install_path: "automotive/vhalconfig/",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue