summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangyeon Jo <changyeon@google.com>2021-01-27 15:30:42 -0800
committerChangyeon Jo <changyeon@google.com>2021-02-11 14:39:20 -0800
commitc12788ed6761518d5864746fb21d61d19233bb4b (patch)
tree7b1583b592ac2e0958170bd5bd3941a307dbaf69
parente2d0fd7dd2ac82ba9cf916d1237fa0b1abf75062 (diff)
downloadgoogle_car-c12788ed6761518d5864746fb21d61d19233bb4b.tar.gz
Enables EVS reference implementations
This change sets ENABLE_EVS_SAMPLE to include EVS reference implementations and adds blueline device's EVS configurations. Bug: 178443960 Test: m -j evs_app android.hardware.automotive.evs@1.1-sample and running evs_app on Blueline device Change-Id: Iafc3c01790e41841abecfa21e2a67643d5f5a29e Merged-In: Iafc3c01790e41841abecfa21e2a67643d5f5a29e (cherry picked from commit ea3471757db5bde74b4218acc6ee8081c119e05e)
-rw-r--r--blueline_car/device-blueline-car.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/blueline_car/device-blueline-car.mk b/blueline_car/device-blueline-car.mk
index 56fbe14..06052bc 100644
--- a/blueline_car/device-blueline-car.mk
+++ b/blueline_car/device-blueline-car.mk
@@ -16,6 +16,11 @@
PHONE_CAR_BOARD_CONFIG := device/google_car/blueline_car/BoardConfig.mk
+ENABLE_EVS_SAMPLE := true
+PRODUCT_COPY_FILES += \
+ $(LOCAL_PATH)/evs/app_config.json:system/etc/automotive/evs/config_override.json \
+ $(LOCAL_PATH)/evs/hal_config.xml:vendor/etc/automotive/evs/evs_configuration_override.xml
+
$(call inherit-product, packages/services/Car/car_product/build/car.mk)
$(call inherit-product, device/google/crosshatch/device-blueline.mk)