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

Commit c067a9b5 authored by Yu Shan's avatar Yu Shan Committed by Android (Google) Code Review
Browse files

Merge "Rename reference VHAL to V3." into main

parents 634eb0c8 c1ee9867
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