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

Commit 29619693 authored by Yumi Yukimura's avatar Yumi Yukimura
Browse files

build: GSI: Fix syntax issue after "Add a GSI overlay for the framework package"

Change-Id: I8c5ba20e0cc36d1e7eb57dcc90b71dbd1492546a
parent 4bbc522d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ PRODUCT_PACKAGES += \
ifneq ($(PRODUCT_IS_AUTOMOTIVE),true)
    PRODUCT_PACKAGES += \
        gsi_overlay_framework \
        gsi_overlay_systemui \
        gsi_overlay_systemui
    PRODUCT_COPY_FILES += \
        device/generic/common/overlays/overlay-config.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/overlay/config/config.xml
endif