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

Commit dc72516b authored by Timothy Yiu's avatar Timothy Yiu Committed by Automerger Merge Worker
Browse files

Merge "Conditionally remove DSU for wearable targets" into main am: e97b2713...

Merge "Conditionally remove DSU for wearable targets" into main am: e97b2713 am: 5cd4465e am: de6b4abf

Original change: https://android-review.googlesource.com/c/platform/build/+/2657595



Change-Id: Ifb41e5888f540aa5e72f5fe93a7e00912bd9570c
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents d0ea6dbb de6b4abf
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -92,7 +92,6 @@ PRODUCT_PACKAGES += \
    dump.erofs \
    dumpstate \
    dumpsys \
    DynamicSystemInstallationService \
    e2fsck \
    ExtShared \
    flags_health_check \
@@ -302,6 +301,13 @@ ifneq ($(PRODUCT_IS_ATV),true)

endif

# Product does not support Dynamic System Update
ifneq ($(PRODUCT_NO_DYNAMIC_SYSTEM_UPDATE),true)
    PRODUCT_PACKAGES += \
        DynamicSystemInstallationService \

endif

# VINTF data for system image
PRODUCT_PACKAGES += \
    system_manifest.xml \