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

Commit bdb6b878 authored by Gaurav Sarode's avatar Gaurav Sarode Committed by Gerrit Code Review
Browse files

Merge "Fix Automotive GSI RRO configuration" into main

parents 078c1c95 b25c2dfc
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