From 22f9fe99df4a7bb06404b896d3b005525c8359b7 Mon Sep 17 00:00:00 2001 From: Changyeon Jo Date: Tue, 31 Mar 2020 11:48:25 -0700 Subject: Exclude EVS default implementation This change removes EVS v1.0 HAL default implementation from crosshatch_car product. Fix: 152889240 Test: m check-vintf-all -j Change-Id: Ic777a3c5654688d91b5d3e95d12864d88588bc1e Merged-In: I7205c575e627e8f93191002a42e650149cbe74f5 --- crosshatch_car/aosp_crosshatch_car.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crosshatch_car/aosp_crosshatch_car.mk b/crosshatch_car/aosp_crosshatch_car.mk index bfa5d9b..27ce243 100644 --- a/crosshatch_car/aosp_crosshatch_car.mk +++ b/crosshatch_car/aosp_crosshatch_car.mk @@ -47,8 +47,7 @@ PRODUCT_PACKAGES += \ android.hardware.automotive.vehicle@2.0-service PRODUCT_PACKAGES += \ - android.hardware.automotive.audiocontrol@1.0-service \ - android.hardware.automotive.evs@1.0-service + android.hardware.automotive.audiocontrol@1.0-service # Car init.rc PRODUCT_COPY_FILES += \ -- cgit v1.2.3