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

Commit c5d17270 authored by Gaurav Sarode's avatar Gaurav Sarode Committed by Automerger Merge Worker
Browse files

Merge "Fix Automotive GSI RRO configuration" into main am: bdb6b878

parents 38cd6585 bdb6b878
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