Merge "Add all of the packages used to support older/upgrading devices" into main am: df791fdad0

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

Change-Id: I5d6ccf526077c93d35f31fe7ff97d53f160e252f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Devin Moore
2024-01-22 21:23:31 +00:00
committed by Automerger Merge Worker

View File

@@ -103,6 +103,12 @@ PRODUCT_PACKAGES += \
libaudiopolicyengineconfigurable \ libaudiopolicyengineconfigurable \
libpolicy-subsystem libpolicy-subsystem
# Add all of the packages used to support older/upgrading devices
# These can be removed as we drop support for the older API levels
PRODUCT_PACKAGES += \
$(PRODUCT_PACKAGES_SHIPPING_API_LEVEL_29) \
$(PRODUCT_PACKAGES_SHIPPING_API_LEVEL_33) \
$(PRODUCT_PACKAGES_SHIPPING_API_LEVEL_34)
# Include all zygote init scripts. "ro.zygote" will select one of them. # Include all zygote init scripts. "ro.zygote" will select one of them.
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \