Conditionally remove DSU for wearable targets
Bug: 289629075 Test: m + Treehugger Change-Id: Idcf862ee728d81b37ee6a37eb4001969102e250f
This commit is contained in:
parent
76d1e380a6
commit
741227c432
1 changed files with 7 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue