From 6587266eeb1f6532a1288299673465282b21e3b7 Mon Sep 17 00:00:00 2001 From: Ankit Agarwal Date: Tue, 23 Jul 2024 14:41:54 +0530 Subject: [PATCH] Updated Automotive Vehicle HAL. Updating automotive vehicle HAL AIDL. Tests: Image is built successfully and booted. Tracked-On: OAM-122633 Signed-off-by: Ankit Agarwal --- groups/device-type/car/product.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/groups/device-type/car/product.mk b/groups/device-type/car/product.mk index 83efda360..5783bc228 100644 --- a/groups/device-type/car/product.mk +++ b/groups/device-type/car/product.mk @@ -28,8 +28,8 @@ PRODUCT_PACKAGES += android.hardware.automotive.vehicle.intel@2.0-service PRODUCT_PACKAGES += android.hardware.automotive.audiocontrol@1.0-service.intel {{#aosp_hal}} -PRODUCT_PACKAGES += android.hardware.automotive.vehicle@2.0-default-service \ - android.hardware.automotive.vehicle@2.0-default-impl +PRODUCT_PACKAGES += android.hardware.automotive.vehicle@V1-default-service \ + android.hardware.automotive.vehicle@V1-default-impl {{/aosp_hal}} VEHICLE_HAL_PROTO_TYPE := {{vhal-proto-type}}