car: move automotive related configs to separate directory

This commit is contained in:
Konsta
2024-09-06 20:17:22 +03:00
parent 32db92738a
commit ef50160a6c
2 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,8 @@
# Inherit device configuration # Inherit device configuration
$(call inherit-product, device/brcm/rpi5/device.mk) $(call inherit-product, device/brcm/rpi5/device.mk)
DEVICE_CAR_PATH := device/brcm/rpi5/car
PRODUCT_AAPT_CONFIG := normal mdpi hdpi PRODUCT_AAPT_CONFIG := normal mdpi hdpi
PRODUCT_AAPT_PREF_CONFIG := hdpi PRODUCT_AAPT_PREF_CONFIG := hdpi
PRODUCT_CHARACTERISTICS := automotive,nosdcard PRODUCT_CHARACTERISTICS := automotive,nosdcard
@@ -52,7 +54,7 @@ ENABLE_EVS_SERVICE := true
ENABLE_REAR_VIEW_CAMERA_SAMPLE := true ENABLE_REAR_VIEW_CAMERA_SAMPLE := true
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
device/brcm/rpi5/camera/evs_config_override.json:${TARGET_COPY_OUT_VENDOR}/etc/automotive/evs/config_override.json $(DEVICE_CAR_PATH)/evs_config_override.json:${TARGET_COPY_OUT_VENDOR}/etc/automotive/evs/config_override.json
# Overlays # Overlays
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \