Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1ee9867 authored by Yu Shan's avatar Yu Shan
Browse files

Rename reference VHAL to V3.

The current target is actually supporting VHAL v2
interface, but we did not update the name. Update its name to V3
since it is going to support VHAL v3 interface.

Test: Presubmit
Bug: 300694866
Change-Id: I54bd15edb83add03b0fe8272b6e8787fef7003cf
parent d6182b21
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ implementations (including reference VHAL). Vendor VHAL implementation could
use this library, along with their own implementation for `IVehicleHardware`
interface.

Also defines a binary `android.hardware.automotive.vehicle@V1-default-service`
Also defines a binary `android.hardware.automotive.vehicle@V3-default-service`
which is the reference VHAL implementation. It implements `IVehicle.aidl`
interface. It uses `DefaultVehicleHal`, along with `FakeVehicleHardware`
(in fake_impl). It simulates the vehicle bus interaction by using an
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ package {
}

cc_binary {
    name: "android.hardware.automotive.vehicle@V1-default-service",
    name: "android.hardware.automotive.vehicle@V3-default-service",
    vendor: true,
    defaults: [
        "FakeVehicleHardwareDefaults",
@@ -68,7 +68,7 @@ cc_library {
}

cc_fuzz {
    name: "android.hardware.automotive.vehicle@V1-default-service_fuzzer",
    name: "android.hardware.automotive.vehicle-default-service_fuzzer",
    vendor: true,
    defaults: [
        "FakeVehicleHardwareDefaults",
+1 −1
Original line number Diff line number Diff line
service vendor.vehicle-hal-default /vendor/bin/hw/android.hardware.automotive.vehicle@V1-default-service
service vendor.vehicle-hal-default /vendor/bin/hw/android.hardware.automotive.vehicle@V3-default-service
    class early_hal
    user vehicle_network
    group system inet