From 1c670114fdc25da7759050f5251e6ca11ebde472 Mon Sep 17 00:00:00 2001 From: Yu Shan Date: Fri, 17 May 2024 11:30:03 -0700 Subject: [PATCH] Add host prebuilt for fake VHAL config. Test: Local build Bug: 328316981 Flag: EXEMPT build rule Change-Id: I965e704e29e62cd05540f46ef37d0bfa2a5568db --- .../impl/default_config/config/Android.bp | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/automotive/vehicle/aidl/impl/default_config/config/Android.bp b/automotive/vehicle/aidl/impl/default_config/config/Android.bp index 8f1c7d1a8e..c4f93c415d 100644 --- a/automotive/vehicle/aidl/impl/default_config/config/Android.bp +++ b/automotive/vehicle/aidl/impl/default_config/config/Android.bp @@ -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/", +}