commit | d7f9e2344e3262602a67719a3a6bbc9c849f3b6a | [log] [tgz] |
---|---|---|
author | Yu Shan <shanyu@google.com> | Mon Jun 06 22:09:57 2022 +0000 |
committer | Yu Shan <shanyu@google.com> | Wed Jun 15 19:39:29 2022 +0000 |
tree | a504eb22555962a208c1197a8cd9f714659b754c | |
parent | 1892284ed1c4812e026dc9a6768c1103bfc85171 [diff] [blame] |
Add GSR Comp Req property to default config. This CL also updates ref impl to V2 VHAL interface. Test: Local build. Bug: 234066529 Bug: 235152525 Change-Id: I41d28e2b2833a356b5e980c02e37c43d16fe6696
diff --git a/automotive/vehicle/aidl/impl/Android.bp b/automotive/vehicle/aidl/impl/Android.bp index 196f431..73f7df0 100644 --- a/automotive/vehicle/aidl/impl/Android.bp +++ b/automotive/vehicle/aidl/impl/Android.bp
@@ -21,7 +21,7 @@ cc_defaults { name: "VehicleHalInterfaceDefaults", static_libs: [ - "android.hardware.automotive.vehicle-V1-ndk", + "android.hardware.automotive.vehicle-V2-ndk", ], }