summaryrefslogtreecommitdiff
path: root/emulator/vhal_v2_0
diff options
context:
space:
mode:
authorEva Chen <evaschen@google.com>2023-08-10 18:06:15 -0700
committerEva Chen <evaschen@google.com>2023-08-10 18:15:29 -0700
commit22dafe38e9887418f7ee0e4d1606250e0fced692 (patch)
tree83756b7eede04f3d621e6f8cc53c3f865702e880 /emulator/vhal_v2_0
parentc0b46d17a409d2aab24e3af7cd24e9b1f20e8439 (diff)
downloadcar-22dafe38e9887418f7ee0e4d1606250e0fced692.tar.gz
Update VehicleEmulator VHAL property version to v3.
Bug: 295405997 Test: Manual Build Change-Id: I243d2858426c62e272b1628a39c021f477f2832e
Diffstat (limited to 'emulator/vhal_v2_0')
-rw-r--r--emulator/vhal_v2_0/interfaces/aidl/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulator/vhal_v2_0/interfaces/aidl/Android.bp b/emulator/vhal_v2_0/interfaces/aidl/Android.bp
index 9d59cd2..a505ecc 100644
--- a/emulator/vhal_v2_0/interfaces/aidl/Android.bp
+++ b/emulator/vhal_v2_0/interfaces/aidl/Android.bp
@@ -15,7 +15,7 @@ aidl_interface {
srcs: ["device/generic/car/emulator/*.aidl"],
imports: [
"android.hardware.automotive.vehicle-V2",
- "android.hardware.automotive.vehicle.property-V2",
+ "android.hardware.automotive.vehicle.property-V3",
],
stability: "vintf",
backend: {
@@ -34,7 +34,7 @@ aidl_interface {
version: "1",
imports: [
"android.hardware.automotive.vehicle-V2",
- "android.hardware.automotive.vehicle.property-V2",
+ "android.hardware.automotive.vehicle.property-V3",
],
},
],