Merge "Conditionally remove DSU for wearable targets" into main

This commit is contained in:
Timothy Yiu
2023-07-19 04:04:21 +00:00
committed by Gerrit Code Review

View File

@@ -89,7 +89,6 @@ PRODUCT_PACKAGES += \
dump.erofs \ dump.erofs \
dumpstate \ dumpstate \
dumpsys \ dumpsys \
DynamicSystemInstallationService \
e2fsck \ e2fsck \
ExtShared \ ExtShared \
flags_health_check \ flags_health_check \
@@ -298,6 +297,13 @@ ifneq ($(PRODUCT_IS_ATV),true)
endif endif
# Product does not support Dynamic System Update
ifneq ($(PRODUCT_NO_DYNAMIC_SYSTEM_UPDATE),true)
PRODUCT_PACKAGES += \
DynamicSystemInstallationService \
endif
# VINTF data for system image # VINTF data for system image
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
system_manifest.xml \ system_manifest.xml \