File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
# Inherit device configuration
8
8
$(call inherit-product, device/brcm/rpi4/device.mk)
9
9
10
- DEVICE_CAR_PATH := device/brcm/rpi4/car
10
+ DEVICE_PATH_CAR := device/brcm/rpi4/car
11
11
12
12
PRODUCT_AAPT_CONFIG := normal mdpi hdpi
13
13
PRODUCT_AAPT_PREF_CONFIG := hdpi
@@ -20,7 +20,7 @@ PRODUCT_PACKAGES += \
20
20
android.hardware.automotive.audiocontrol-service.example
21
21
22
22
PRODUCT_COPY_FILES += \
23
- $(DEVICE_CAR_PATH ) /car_audio_configuration.xml:$(TARGET_COPY_OUT_VENDOR ) /etc/car_audio_configuration.xml
23
+ $(DEVICE_PATH_CAR ) /car_audio_configuration.xml:$(TARGET_COPY_OUT_VENDOR ) /etc/car_audio_configuration.xml
24
24
25
25
# Bluetooth
26
26
PRODUCT_VENDOR_PROPERTIES += \
@@ -64,7 +64,7 @@ PRODUCT_PACKAGES += \
64
64
65
65
# Display
66
66
PRODUCT_COPY_FILES += \
67
- $(DEVICE_CAR_PATH ) /display_settings.xml:$(TARGET_COPY_OUT_VENDOR ) /etc/display_settings.xml
67
+ $(DEVICE_PATH_CAR ) /display_settings.xml:$(TARGET_COPY_OUT_VENDOR ) /etc/display_settings.xml
68
68
69
69
# EVS
70
70
ENABLE_CAREVSSERVICE_SAMPLE := true
@@ -73,7 +73,7 @@ ENABLE_EVS_SERVICE := true
73
73
ENABLE_REAR_VIEW_CAMERA_SAMPLE := true
74
74
75
75
PRODUCT_COPY_FILES += \
76
- $(DEVICE_CAR_PATH ) /evs_config_override.json:${TARGET_COPY_OUT_VENDOR}/etc/automotive/evs/config_override.json
76
+ $(DEVICE_PATH_CAR ) /evs_config_override.json:${TARGET_COPY_OUT_VENDOR}/etc/automotive/evs/config_override.json
77
77
78
78
# Occupant awareness
79
79
PRODUCT_PACKAGES += \
You can’t perform that action at this time.
0 commit comments