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 += \
@@ -66,7 +66,7 @@ PRODUCT_PACKAGES += \
66
66
67
67
# Display
68
68
PRODUCT_COPY_FILES += \
69
- $(DEVICE_CAR_PATH ) /display_settings.xml:$(TARGET_COPY_OUT_VENDOR ) /etc/display_settings.xml
69
+ $(DEVICE_PATH_CAR ) /display_settings.xml:$(TARGET_COPY_OUT_VENDOR ) /etc/display_settings.xml
70
70
71
71
# EVS
72
72
ENABLE_CAREVSSERVICE_SAMPLE := true
@@ -75,7 +75,7 @@ ENABLE_EVS_SERVICE := true
75
75
ENABLE_REAR_VIEW_CAMERA_SAMPLE := true
76
76
77
77
PRODUCT_COPY_FILES += \
78
- $(DEVICE_CAR_PATH ) /evs_config_override.json:${TARGET_COPY_OUT_VENDOR}/etc/automotive/evs/config_override.json
78
+ $(DEVICE_PATH_CAR ) /evs_config_override.json:${TARGET_COPY_OUT_VENDOR}/etc/automotive/evs/config_override.json
79
79
80
80
# Occupant awareness
81
81
PRODUCT_PACKAGES += \
You can’t perform that action at this time.
0 commit comments