Add host prebuilt for fake VHAL config.
Test: Local build
Bug: 328316981
Flag: EXEMPT build rule
Merged-In: I965e704e29e62cd05540f46ef37d0bfa2a5568db
(cherry-picked from commit: 1c670114fd
)
Change-Id: I965e704e29e62cd05540f46ef37d0bfa2a5568db
This commit is contained in:
parent
02e4d07563
commit
e56e2981cd
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