sdm710-common: Pretend to be launched with dynamic partitions

A dist build fails on a-only devices with retrofit dynamic partitions due to [1].
The check does not take a-only devices into account, even though they are capable of retrofit aswell.
While the PRODUCT_RETROFIT_DYNAMIC_PARTITIONS flag is used to detect and warn about misconfigurations, it does not seem to be needed for any retrofit functionality.
Hence, to avoid changes in releasetools, drop the flag.

[1]: 055b7692fb/tools/releasetools/check_partition_sizes.py (L185)

Change-Id: Ib0dfe4ee3da4c583d924d85a79d5ec37a2f9ba87
This commit is contained in:
SebaUbuntu 2024-03-09 17:36:17 +01:00 committed by CakesTwix
parent 084d6ce9a3
commit 5b0a6d5403

View file

@ -238,7 +238,6 @@ PRODUCT_PACKAGES += \
# Dynamic Partitions
PRODUCT_BUILD_SUPER_PARTITION := false
PRODUCT_USE_DYNAMIC_PARTITIONS := true
PRODUCT_RETROFIT_DYNAMIC_PARTITIONS := true
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/flash_super_dummy.sh:install/bin/flash_super_dummy.sh