Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b25c2dfc authored by Gaurav Sarode's avatar Gaurav Sarode
Browse files

Fix Automotive GSI RRO configuration

Skipping config based RRO for automotive GSI builds

bug: 323238313
Test: local build
Change-Id: Ie2b6c5e10633cbd2c60b98738ee0676a49a7d21e
parent cfceeceb
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -50,10 +50,13 @@ PRODUCT_PACKAGES += \
    init.gsi.rc \
    init.vndk-nodef.rc \


# Overlay the GSI specific SystemUI setting
ifneq ($(PRODUCT_IS_AUTOMOTIVE),true)
    PRODUCT_PACKAGES += gsi_overlay_systemui
    PRODUCT_COPY_FILES += \
        device/generic/common/overlays/overlay-config.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/overlay/config/config.xml
endif

# b/308878144 no more VNDK on 24Q1 and beyond
KEEP_VNDK ?= false