commit | 9d3513882ae42d50c7243e131916a03ef203840f | [log] [tgz] |
---|---|---|
author | Yu Shan <shanyu@google.com> | Wed May 15 10:49:20 2024 -0700 |
committer | Yu Shan <shanyu@google.com> | Mon May 20 12:14:44 2024 -0700 |
tree | 919512367baa068c627dca1e95a7efc67d7f9c04 | |
parent | 6c4bc494ee086b790b4c6489127daf7c86ac3633 [diff] [blame] |
Add host_supported to VHAL libs. We need to build a FakeVehicleHardware impl on host, thus we need to add the host_supported option. Test: Local build on host. Bug: 328316981 Change-Id: Ia21d26640c465846423cab1a0ff8a283c798b92a
diff --git a/automotive/vehicle/aidl/impl/grpc/Android.bp b/automotive/vehicle/aidl/impl/grpc/Android.bp index e5106f8..fd1d1ca 100644 --- a/automotive/vehicle/aidl/impl/grpc/Android.bp +++ b/automotive/vehicle/aidl/impl/grpc/Android.bp
@@ -127,4 +127,5 @@ cflags: [ "-Wno-unused-parameter", ], + host_supported: true, }