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

Commit 60713e6a authored by Hung-ying Tyan's avatar Hung-ying Tyan Committed by Gerrit Code Review
Browse files

Merge "Add a GSI overlay for the framework package" into main

parents 25efbf1c 73e0442f
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -51,9 +51,11 @@ PRODUCT_PACKAGES += \
    init.vndk-nodef.rc \


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