commit | 0b4d37b535d162fe62a22e4daf990af34a6a1a0d | [log] [tgz] |
---|---|---|
author | Victor Shutemov <victor@haleytek.com> | Wed Jan 08 13:08:18 2025 +0100 |
committer | Victor Shutemov <victor@haleytek.com> | Fri Jan 24 17:23:32 2025 +0100 |
tree | 8cbcf791e8b9bb453b5df04e4318b1399ec11c32 | |
parent | 84f406674a8610dfcb71bfd1385f22f64fb2dd66 [diff] |
Add host support to DefauleVehicleHal lib This makes it usable in host tests. Bug: 392060489 Change-Id: I61185af578adccf8ad2061983becd79bfa7550ab
diff --git a/automotive/vehicle/aidl/impl/vhal/Android.bp b/automotive/vehicle/aidl/impl/vhal/Android.bp index 54d148e..6eda1af 100644 --- a/automotive/vehicle/aidl/impl/vhal/Android.bp +++ b/automotive/vehicle/aidl/impl/vhal/Android.bp
@@ -47,6 +47,7 @@ cc_library { name: "DefaultVehicleHal", vendor: true, + host_supported: true, defaults: [ "VehicleHalDefaults", ],