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

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

Change-Id: I714c74bda7b0e13313873a5b76332d11e42e4cfc
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Timothy Yiu
2023-07-19 05:30:21 +00:00
committed by Automerger Merge Worker

View File

@@ -89,7 +89,6 @@ PRODUCT_PACKAGES += \
dump.erofs \
dumpstate \
dumpsys \
DynamicSystemInstallationService \
e2fsck \
ExtShared \
flags_health_check \
@@ -298,6 +297,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 \